<?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: proc import without xslx formats in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377189#M24528</link>
    <description>&lt;P&gt;Export to CSV.&lt;/P&gt;
&lt;P&gt;Inspect the CSV to see in which format Excel wrote the values today.&lt;/P&gt;
&lt;P&gt;Write a data step that converts these values to the wanted variable types, and set formats as wanted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import has to make guesses, and is hard to impossible to control.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2017 07:02:27 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-07-19T07:02:27Z</dc:date>
    <item>
      <title>proc import without xslx formats</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377188#M24527</link>
      <description>&lt;P&gt;Hello, Is there any way to import xlsx file without excel formats?&lt;/P&gt;&lt;P&gt;mixed option is not working. I ve got datatime in excel file in yyyy-mm-dd format,&amp;nbsp; procedure import this column in the same format cutting time part. I would appreciate any help. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 06:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377188#M24527</guid>
      <dc:creator>Matt3</dc:creator>
      <dc:date>2017-07-19T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc import without xslx formats</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377189#M24528</link>
      <description>&lt;P&gt;Export to CSV.&lt;/P&gt;
&lt;P&gt;Inspect the CSV to see in which format Excel wrote the values today.&lt;/P&gt;
&lt;P&gt;Write a data step that converts these values to the wanted variable types, and set formats as wanted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import has to make guesses, and is hard to impossible to control.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377189#M24528</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-19T07:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc import without xslx formats</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377191#M24529</link>
      <description>&lt;P&gt;The problem is, I do receive reports on regular basis, it can`t be changed, and I want to automize the import process. I can switch into another procedure or data step or java object in sas but I can not change xlsx format.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377191#M24529</guid>
      <dc:creator>Matt3</dc:creator>
      <dc:date>2017-07-19T07:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc import without xslx formats</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377194#M24530</link>
      <description>&lt;P&gt;LibreOffice (OpenOffice) can be used to convert office files from the commandline, so that part is easy to automate. I can only repeat that the Excel file format is absolutely NOT SUITED for the transfer of tabular data for business intelligence. No control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Searching around here on the SAS communities, you will find that statement repeated over and over again by people with experience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excel itself doesn't lend itself well to automating, documenting and auditing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From my experience:&lt;/P&gt;
&lt;P&gt;Only about 1% of our jobs concern imports of data that initially came from Excel (or were at one place passed through Excel), but they cause about 10% of mainentance effort (searching and correcting errors). It's come so far that our auditors have explicitly forbidden the use of Excel for BI tasks. It may only be used as a data-entry tool for small data (like lookup tables). No Excel logic AT ALL.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377194#M24530</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-19T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc import without xslx formats</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377195#M24531</link>
      <description>Ok, thank you for your help.</description>
      <pubDate>Wed, 19 Jul 2017 07:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-import-without-xslx-formats/m-p/377195#M24531</guid>
      <dc:creator>Matt3</dc:creator>
      <dc:date>2017-07-19T07:45:22Z</dc:date>
    </item>
  </channel>
</rss>

