<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reading an XLS-file into DI Studio (without saving it as CSV) in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126051#M1621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At work we have used the OLEDB library engine for xls and xlsx files.&amp;nbsp; We don't set them as libraries however like the linked blog post.&amp;nbsp; We script the connection in DI as a custom file.&amp;nbsp; This has the advantage of not persisting the connection to the file while still maintaining a reference in Metadata for the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cameron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2012 08:57:58 GMT</pubDate>
    <dc:creator>CameronLawson</dc:creator>
    <dc:date>2012-09-25T08:57:58Z</dc:date>
    <item>
      <title>Reading an XLS-file into DI Studio (without saving it as CSV)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126048#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to import data from an XLS-document into DI Studio. I tried saving it as a CSV-file and importing it as a delimited external file, which worked well until I discovered that the CSV-file removes all unique Norwegian characters such as Æ, Ø, and Å. So, I figure I'll need to import the data directly from the XLS-file. Do you have any advice on how I might do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 11:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126048#M1618</guid>
      <dc:creator>TurnTheBacon</dc:creator>
      <dc:date>2012-09-20T11:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an XLS-file into DI Studio (without saving it as CSV)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126049#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://sascodeblog.wordpress.com/read-in-an-excel-sheet-in-sas-data-integration-studio-4-2/"&gt;http://sascodeblog.wordpress.com/read-in-an-excel-sheet-in-sas-data-integration-studio-4-2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 12:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126049#M1619</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-09-20T12:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an XLS-file into DI Studio (without saving it as CSV)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126050#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way as proposed in the link shivas posted would be the most direct way of doing things - but you need SAS/Access to PC files licensed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you don't have this module licensed:&lt;/P&gt;&lt;P&gt;I just made a test with MS Excel 2010 under Win7: My encoding is English but the characters you mentioned are part of my "Character Map". I've added these characters to an Excel spreadsheet and then saved it as csv. The characters were still there. Just make sure you save as "CSV (Comma delimited)(*.csv)" and not as "CSV (MS-DOS)(*.csv)"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2012 02:35:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126050#M1620</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-09-23T02:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an XLS-file into DI Studio (without saving it as CSV)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126051#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At work we have used the OLEDB library engine for xls and xlsx files.&amp;nbsp; We don't set them as libraries however like the linked blog post.&amp;nbsp; We script the connection in DI as a custom file.&amp;nbsp; This has the advantage of not persisting the connection to the file while still maintaining a reference in Metadata for the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cameron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 08:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-an-XLS-file-into-DI-Studio-without-saving-it-as-CSV/m-p/126051#M1621</guid>
      <dc:creator>CameronLawson</dc:creator>
      <dc:date>2012-09-25T08:57:58Z</dc:date>
    </item>
  </channel>
</rss>

