<?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: DI Studio 4.9  Excel file Importing issue: No columns in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/842264#M20604</link>
    <description>&lt;P&gt;One of the most common CSV import errors is that the file is simply too large, and the same holds true for Excel files. It may be caused by too many fields or records in the file, too many columns, or too many rows. This Excel import error can be caused by limits set by the program using the file or the amount of available memory on the system. If your import fails because of file size issues, you need to go back and break the file up into smaller files, which will enable it to avoid this file error and successfully upload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 08:55:35 GMT</pubDate>
    <dc:creator>RacheLGomez123</dc:creator>
    <dc:date>2022-11-03T08:55:35Z</dc:date>
    <item>
      <title>DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753722#M20025</link>
      <description>&lt;P&gt;I am using proc import to get xlsx file to SAS like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT&lt;BR /&gt;OUT=work.W32HONJM&lt;/P&gt;&lt;P&gt;DATAFILE="filename.xlsx"&lt;BR /&gt;DBMS=XLSX Replace;&lt;BR /&gt;GETNAMES=YES;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file in question only has one sheet, the first row has the column names and then there is a mix of number and text data for the columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the output table i get all the data rows (33), but no columns. (total rows 34).&amp;nbsp; Is there something wrong in the code, or can someone please suggest an alternative solution.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 09:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753722#M20025</guid>
      <dc:creator>anzabob</dc:creator>
      <dc:date>2021-07-13T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753725#M20026</link>
      <description>&lt;P&gt;As you asked for an alternative solution (and please note - this totally biased, because I created the tool), you could consider&amp;nbsp;&lt;A href="https://datacontroller.io/blog" target="_self"&gt;Data Controller for SAS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This empowers your business user to load the file directly into the Target table. No need for a DI job, nothing to promote, full history of changes made, can load any database, and a copy of the excel is kept with every upload.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a video to explain more:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQhShWNnNjIw%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQhShWNnNjIw&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQhShWNnNjIw%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Loading Excel to SAS with Data Controller" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 09:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753725#M20026</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-07-13T09:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753731#M20028</link>
      <description>Unfortunately, solutions outside DI Studio are not an option. I should have been more specific.</description>
      <pubDate>Tue, 13 Jul 2021 09:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753731#M20028</guid>
      <dc:creator>anzabob</dc:creator>
      <dc:date>2021-07-13T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753738#M20029</link>
      <description>&lt;P&gt;What you need in DIS are stable table structures. Something you won't necessarily get with a Proc Import.&lt;/P&gt;
&lt;P&gt;A purist DIS way would be to define a libname in SAS Metadata pointing to this Excel file, register the Excel sheet as table and then use this table metadata in your DIS job. I've done that in the past and it works - documentation &lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bidsag/n1mfljzybryvkkn1taie8haxv3db.htm" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Another approach discussed&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/How-do-I-import-Excel-files-in-Data-Integration-Studio/td-p/323216" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 10:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/753738#M20029</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-07-13T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/755231#M20039</link>
      <description>That is the solution i was looking for, much appreciated! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 20 Jul 2021 05:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/755231#M20039</guid>
      <dc:creator>anzabob</dc:creator>
      <dc:date>2021-07-20T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/842264#M20604</link>
      <description>&lt;P&gt;One of the most common CSV import errors is that the file is simply too large, and the same holds true for Excel files. It may be caused by too many fields or records in the file, too many columns, or too many rows. This Excel import error can be caused by limits set by the program using the file or the amount of available memory on the system. If your import fails because of file size issues, you need to go back and break the file up into smaller files, which will enable it to avoid this file error and successfully upload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 08:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/842264#M20604</guid>
      <dc:creator>RacheLGomez123</dc:creator>
      <dc:date>2022-11-03T08:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.9  Excel file Importing issue: No columns</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/842274#M20605</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436442"&gt;@RacheLGomez123&lt;/a&gt;&amp;nbsp;Besides of you replying to an old track that talks about Excel: Is your comment "generic" or based on real experience with SAS reading .csv files? Proc Import generates data step code for reading a .csv and I'm not aware of any size limitations that would be a problem for real live scenarios.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 10:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-9-Excel-file-Importing-issue-No-columns/m-p/842274#M20605</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-11-03T10:52:43Z</dc:date>
    </item>
  </channel>
</rss>

