<?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 How to modify the sas code generated by the import data tools in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854878#M42042</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used the sas import data tool in order to import a csv file without any error.&lt;/P&gt;
&lt;P&gt;I have tried with the proc import procedure but it did not give results as nice as with the import tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone know the first steps involves in the import data tool, because we don't see it into the generated code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The goal is to produce a code that will do the same job as the import tools in order to run that script on a regular basis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2023 17:24:25 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2023-01-20T17:24:25Z</dc:date>
    <item>
      <title>How to modify the sas code generated by the import data tools</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854878#M42042</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used the sas import data tool in order to import a csv file without any error.&lt;/P&gt;
&lt;P&gt;I have tried with the proc import procedure but it did not give results as nice as with the import tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone know the first steps involves in the import data tool, because we don't see it into the generated code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The goal is to produce a code that will do the same job as the import tools in order to run that script on a regular basis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 17:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854878#M42042</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2023-01-20T17:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the sas code generated by the import data tools</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854879#M42043</link>
      <description>&lt;P&gt;It's possible if you &lt;A href="https://blogs.sas.com/content/sasdummy/2020/03/23/import-text-data-sas-enterprise-guide/" target="_self"&gt;follow the advice I share in this article&lt;/A&gt;. By adjusting some options in the wizard, and also ensuring that your CSV file can be read directly from SAS (by moving it to your SAS session file system), you can get the DATA step code to work for you.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 17:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854879#M42043</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-01-20T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the sas code generated by the import data tools</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854881#M42044</link>
      <description>&lt;P&gt;I did a quick test by unselecting the cleanup process and it does not give what I expect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 17:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854881#M42044</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2023-01-20T17:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the sas code generated by the import data tools</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854883#M42045</link>
      <description>&lt;P&gt;The &lt;A href="https://www.youtube.com/watch?v=UDKcTXMACEU" target="_self"&gt;video tutorial (referenced in the article) shows the step-by-step process&lt;/A&gt; to get the reusable code from the Import Data task.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 17:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/854883#M42045</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-01-20T17:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the sas code generated by the import data tools</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/855092#M42058</link>
      <description>Hello Chris, I have watched your video and it is one of the best, I have listen from SAS.</description>
      <pubDate>Mon, 23 Jan 2023 15:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-sas-code-generated-by-the-import-data-tools/m-p/855092#M42058</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2023-01-23T15:14:59Z</dc:date>
    </item>
  </channel>
</rss>

