<?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: while importing raw file, column information is getting populated incorrectly. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/317096#M9106</link>
    <description>&lt;P&gt;Well what are &amp;nbsp;different ways to obtain correct column information of csv file automatically ?&lt;BR /&gt;&lt;BR /&gt;As a work around i am using SAS-EG to populate column information automatically and then pasting generated code into user written code transformation of SAS DI. It works smooth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But would like to know what are other ways to do the same. Thx &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2016 18:18:39 GMT</pubDate>
    <dc:creator>Attyslogin</dc:creator>
    <dc:date>2016-12-06T18:18:39Z</dc:date>
    <item>
      <title>while importing raw file, column information is getting populated incorrectly.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/314026#M8979</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey community.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;please correct me if i have chosen &amp;nbsp;wrong board.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to read a CSV file (delimeter = tilda"~") comprised of 2 lakhs rows.&lt;BR /&gt;&lt;BR /&gt;When i tried to import it using SAS-DI the column information is getting populated wrong when i do say autofill as it considers only first 200 rows by default.&lt;BR /&gt;&lt;BR /&gt;As in my case data is huge and might in future i cant even predict exact count of it.&lt;BR /&gt;&lt;BR /&gt;So whats the solution to this ?&lt;BR /&gt;&lt;BR /&gt;for now as a work around i am using SAS-EG to get column information correctly as it considers whole data&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/314026#M8979</guid>
      <dc:creator>Attyslogin</dc:creator>
      <dc:date>2016-11-24T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: while importing raw file, column information is getting populated incorrectly.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/314086#M8980</link>
      <description>&lt;P&gt;DI Studio is not a data exploration tool, even though it has a quick auto&amp;nbsp;fill functionality.&lt;/P&gt;
&lt;P&gt;So I think that you should use other resources to correctly define your source data, which&amp;nbsp;the most important&amp;nbsp;is a file specification that your data provider and you and DW agree upon.&lt;/P&gt;
&lt;P&gt;SAS metadata assumes stability, you really can't build a future proof routine, since data types and lengths&amp;nbsp;are mapped forward in the ETL processes, and end user reports/application&amp;nbsp;rely upon a stable data set lay-outs.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 12:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/314086#M8980</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-11-24T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: while importing raw file, column information is getting populated incorrectly.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/317096#M9106</link>
      <description>&lt;P&gt;Well what are &amp;nbsp;different ways to obtain correct column information of csv file automatically ?&lt;BR /&gt;&lt;BR /&gt;As a work around i am using SAS-EG to populate column information automatically and then pasting generated code into user written code transformation of SAS DI. It works smooth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But would like to know what are other ways to do the same. Thx &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/317096#M9106</guid>
      <dc:creator>Attyslogin</dc:creator>
      <dc:date>2016-12-06T18:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: while importing raw file, column information is getting populated incorrectly.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/317271#M9112</link>
      <description>&lt;P&gt;Again, it should be a handshake with the sending party of the file.&lt;/P&gt;
&lt;P&gt;Once defined in DI Studio, it can't be dynamic.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 11:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/317271#M9112</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-12-07T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: while importing raw file, column information is getting populated incorrectly.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/318037#M9135</link>
      <description>&lt;P&gt;DI Studio is used to implement production worthy ETL processes. It is not a data exploration tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to define and fully document your data sources as part of the design process and you need&amp;nbsp;to have done this work before you start build. If required use SAS EG and the like for data exploration and DQ assessment during the design phase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible then you have an interface contract in place with your upstream data providers which fully defines the data structures, data types, value ranges, delivery format, delivery method and periodicity,... If it's not possible to establish such a contract then you still need to fully document these things as part of your design and program documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All ETL processes need stable and agreed data structures. If that's not what you're dealing with then consider if ETL processes are the right thing to use, or if you're rather in an area of adhoc "reporting" which requires regular user interaction and program maintenance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2016 01:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/318037#M9135</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-12-10T01:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: while importing raw file, column information is getting populated incorrectly.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/318657#M9164</link>
      <description>&lt;P&gt;I love your breath line linusH.&lt;BR /&gt;&lt;BR /&gt;Data Never Sleep. Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 18:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/while-importing-raw-file-column-information-is-getting-populated/m-p/318657#M9164</guid>
      <dc:creator>Attyslogin</dc:creator>
      <dc:date>2016-12-13T18:00:41Z</dc:date>
    </item>
  </channel>
</rss>

