<?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: Please help in reading a comma delimited file. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63427#M18031</link>
    <description>Yes.I do not think it is a big problem,since SAS has very powerful of processing these data.&lt;BR /&gt;
Could you post some dummy data and Explain what output do you want?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Mon, 09 May 2011 01:19:42 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-05-09T01:19:42Z</dc:date>
    <item>
      <title>Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63421#M18025</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Please help me to read in data with comma as delimiter.&lt;BR /&gt;
&lt;BR /&gt;
Issue is we are having comma's in the values for the variables and hence that whole value should be with same variable after read out using comma as file delimiter.&lt;BR /&gt;
&lt;BR /&gt;
thanks,</description>
      <pubDate>Sat, 07 May 2011 01:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63421#M18025</guid>
      <dc:creator>sasbasls</dc:creator>
      <dc:date>2011-05-07T01:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63422#M18026</link>
      <description>Are the values quoted as well?</description>
      <pubDate>Sat, 07 May 2011 11:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63422#M18026</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2011-05-07T11:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63423#M18027</link>
      <description>Nope that was the issue. Vendor just sent data as a csv file with comma as delimiter. And I see there are commas in few of the field values within.&lt;BR /&gt;
&lt;BR /&gt;
thanks,</description>
      <pubDate>Sat, 07 May 2011 13:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63423#M18027</guid>
      <dc:creator>sasbasls</dc:creator>
      <dc:date>2011-05-07T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63424#M18028</link>
      <description>I have no idea how to help...sorry.</description>
      <pubDate>Sat, 07 May 2011 16:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63424#M18028</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2011-05-07T16:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63425#M18029</link>
      <description>You probably need to go back to your vendor and get them to provide you with a new dataset that is either properly set out as a .csv file or to substitute another delimiter [tilde (~) and pipe (|) are pretty good choices and you an look for them in this copy of the file].&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Sun, 08 May 2011 19:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63425#M18029</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-05-08T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63426#M18030</link>
      <description>Can you post a copy of one record?  Particularly, one record that has the extra commas, along with the header record (or at least an indication of what the fields are?&lt;BR /&gt;
&lt;BR /&gt;
Art</description>
      <pubDate>Sun, 08 May 2011 23:43:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63426#M18030</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-05-08T23:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63427#M18031</link>
      <description>Yes.I do not think it is a big problem,since SAS has very powerful of processing these data.&lt;BR /&gt;
Could you post some dummy data and Explain what output do you want?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 09 May 2011 01:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63427#M18031</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-05-09T01:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63428#M18032</link>
      <description>dear,&lt;BR /&gt;
&lt;BR /&gt;
If your vendor is giving you a scheme about what he's delivering then you should know the columns who have a comma type value.&lt;BR /&gt;
When you know your columns you have two possibilities : concat first column with a comma and your second column and input(concatenated_column,commax10.3);&lt;BR /&gt;
&lt;BR /&gt;
more tricky is if you know your second column contains hundreds for example then just tell sas value=column1+(column2/100);</description>
      <pubDate>Mon, 09 May 2011 07:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63428#M18032</guid>
      <dc:creator>mojerry2</dc:creator>
      <dc:date>2011-05-09T07:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63429#M18033</link>
      <description>If your incoming data has commas as part of the data, modified list input might be useful. Here is a link from support.sas, scroll down until you read the Modified List Input section, &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a003209907.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a003209907.htm&lt;/A&gt;</description>
      <pubDate>Mon, 09 May 2011 18:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63429#M18033</guid>
      <dc:creator>sasmn</dc:creator>
      <dc:date>2011-05-09T18:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Please help in reading a comma delimited file.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63430#M18034</link>
      <description>If you are looking at the file using Excel, or other spreadsheet program, I recommend looking at it using a text editor such as the SAS editor or Wordpad, or a viewer such as SAS FSLIST.&lt;BR /&gt;
&lt;BR /&gt;
If you are seeing commas in the fields the quotes that are in the file are ignored by most of the programs that open CSV by default.</description>
      <pubDate>Mon, 09 May 2011 22:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-in-reading-a-comma-delimited-file/m-p/63430#M18034</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-05-09T22:43:42Z</dc:date>
    </item>
  </channel>
</rss>

