<?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: Importing CSV with multiple delimiters in one field in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156703#M41071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;When I try this on the live dataset i'm only able to import the first row. The log file indicates that 'one or more rows might be getting truncated. Here is what the log file looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123&amp;nbsp; data sample;&lt;/P&gt;&lt;P&gt;124&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt'&lt;/P&gt;&lt;P&gt;125&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; termstr=crlf lrecl=10000 dsd truncover col=cc ;&lt;/P&gt;&lt;P&gt;126&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; length x1-x7 $2000 ;&lt;/P&gt;&lt;P&gt;127&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input x1-x4 @ ;&lt;/P&gt;&lt;P&gt;128&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start=cc ;&lt;/P&gt;&lt;P&gt;129&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input @' "' @;&lt;/P&gt;&lt;P&gt;130&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end=cc-1;&lt;/P&gt;&lt;P&gt;131&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x5 = substr(_infile_,start,end-start-2);&lt;/P&gt;&lt;P&gt;132&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input @end x6 x7;&lt;/P&gt;&lt;P&gt;133&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _n_ in (3,7) then put (_n_ x1-x7) (=/);&lt;/P&gt;&lt;P&gt;134&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt' is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=E:\Jeff B\Open\ClickStream\Data\centris-11252013.txt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=10000,File Size (bytes)=9123388,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=26Nov2013:06:41:42,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=26Nov2013:13:34:26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: 1 record was read from the infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minimum record length was 10000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum record length was 10000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One or more lines were truncated.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.SAMPLE has 1 observations and 9 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.13 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.14 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thoughts on what might be causing this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2013 19:15:36 GMT</pubDate>
    <dc:creator>SAShole</dc:creator>
    <dc:date>2013-12-02T19:15:36Z</dc:date>
    <item>
      <title>Importing CSV with multiple delimiters in one field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156700#M41068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to import clickstream data but i have a field that has multiple commas. i know that the next field always starts with double quotes. maybe there is a scan solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i'm using to import:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data Sample&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;%let _EFIERR_ = 0; /* set the ERROR detection macro variable */&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile 'E:\Jeff B\Open\ClickStream\Sample.txt' delimiter = ',' MISSOVER DSD lrecl=32767 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat Date&amp;nbsp; date11.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat DateTime time. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat IP $15. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat DOM $50. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat DOM_SUB $255. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat DEV $255.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat DUR best12.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format Date date9. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format DateTime time18.3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format IP $15. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format DOM $50. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format DOM_SUB $255. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format DEV $255.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format DUR best12.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;&amp;nbsp; DateTime&lt;/P&gt;&lt;P&gt;&amp;nbsp; IP $&lt;/P&gt;&lt;P&gt;&amp;nbsp; DOM $&lt;/P&gt;&lt;P&gt;&amp;nbsp; DOM_SUB $&lt;/P&gt;&lt;P&gt;&amp;nbsp; DEV $&lt;/P&gt;&lt;P&gt;&amp;nbsp; DUR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if _ERROR_ then call symputx('_EFIERR_',1);&amp;nbsp; /* set ERROR detection macro variable */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*please note that record #3 and #7 are not being read in correctly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks -- Sample data attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the full data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156700#M41068</guid>
      <dc:creator>SAShole</dc:creator>
      <dc:date>2013-11-26T19:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV with multiple delimiters in one field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156701#M41069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to have 7 fields.&amp;nbsp; The 5th one seems to have unprotected commas. The 6th one seems to always start with a space and then a double quote.&amp;nbsp; The 7th looks like a number.&lt;/P&gt;&lt;P&gt;Here is one way to read it.&amp;nbsp; You can adjust the variable names, types and lengths to match your actual values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data sample;&lt;/P&gt;&lt;P&gt;infile '~/temp/sample.txt' termstr=crlf lrecl=10000 dsd truncover col=cc ;&lt;/P&gt;&lt;P&gt;length x1-x7 $2000 ;&lt;/P&gt;&lt;P&gt;input x1-x4 @ ;&lt;/P&gt;&lt;P&gt;start=cc ;&lt;/P&gt;&lt;P&gt;input @' "' @;&lt;/P&gt;&lt;P&gt;end=cc-1;&lt;/P&gt;&lt;P&gt;x5 = substr(_infile_,start,end-start-2);&lt;/P&gt;&lt;P&gt;input @end x6 x7;&lt;/P&gt;&lt;P&gt;if _n_ in (3,7) then put (_n_ x1-x7) (=/);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 20:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156701#M41069</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-11-26T20:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV with multiple delimiters in one field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156702#M41070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works great - Thanks tom!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 16:09:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156702#M41070</guid>
      <dc:creator>SAShole</dc:creator>
      <dc:date>2013-12-02T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV with multiple delimiters in one field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156703#M41071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;When I try this on the live dataset i'm only able to import the first row. The log file indicates that 'one or more rows might be getting truncated. Here is what the log file looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123&amp;nbsp; data sample;&lt;/P&gt;&lt;P&gt;124&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt'&lt;/P&gt;&lt;P&gt;125&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; termstr=crlf lrecl=10000 dsd truncover col=cc ;&lt;/P&gt;&lt;P&gt;126&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; length x1-x7 $2000 ;&lt;/P&gt;&lt;P&gt;127&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input x1-x4 @ ;&lt;/P&gt;&lt;P&gt;128&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start=cc ;&lt;/P&gt;&lt;P&gt;129&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input @' "' @;&lt;/P&gt;&lt;P&gt;130&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end=cc-1;&lt;/P&gt;&lt;P&gt;131&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x5 = substr(_infile_,start,end-start-2);&lt;/P&gt;&lt;P&gt;132&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input @end x6 x7;&lt;/P&gt;&lt;P&gt;133&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _n_ in (3,7) then put (_n_ x1-x7) (=/);&lt;/P&gt;&lt;P&gt;134&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt' is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=E:\Jeff B\Open\ClickStream\Data\centris-11252013.txt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=10000,File Size (bytes)=9123388,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=26Nov2013:06:41:42,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=26Nov2013:13:34:26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: 1 record was read from the infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minimum record length was 10000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum record length was 10000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One or more lines were truncated.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.SAMPLE has 1 observations and 9 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.13 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.14 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thoughts on what might be causing this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156703#M41071</guid>
      <dc:creator>SAShole</dc:creator>
      <dc:date>2013-12-02T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV with multiple delimiters in one field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156704#M41072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely the end of line characters are not carriage return and line feed like you coded in your INFILE statement.&lt;/P&gt;&lt;P&gt;You might also need to up the LRECL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple way to check is to read the and let SAS show you want is in the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; infile 'E:\Jeff B\Open\ClickStream\Data/centris-11252013.txt'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; termstr=crlf lrecl=100000 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; list ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;When I do that on my Unix machine I see that SAS is showing that the last character has hexadecimal code value of '0A'x which is a line feed.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;You can eliminate the TERMSTR option or set it to LF and try again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-CSV-with-multiple-delimiters-in-one-field/m-p/156704#M41072</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-02T19:26:44Z</dc:date>
    </item>
  </channel>
</rss>

