<?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: DataFlux text file output in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249201#M6632</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I know can I create a csv using SAS, but with DataFlux I expect that I can create it directly.&lt;/P&gt;&lt;P&gt;In the course note of DataFlux there is a description to do that after the "Surviving Record Identification" explanation, but in my case it does not work and I would like to know if it is possible to do that also after the&amp;nbsp;"Clustering".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2016 15:15:24 GMT</pubDate>
    <dc:creator>margautz</dc:creator>
    <dc:date>2016-02-10T15:15:24Z</dc:date>
    <item>
      <title>DataFlux text file output</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249172#M6630</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new and I have a trivial issue with the text file output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put the .csv extension (double quotation mark as the text qualifier and comma as field delimiter), but I could not have an excel output file with one field in each column. It is like a .txt file&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;ID,"name"&lt;/P&gt;&lt;P&gt;0,"AAA"&lt;/P&gt;&lt;P&gt;1,"BBB"&lt;/P&gt;&lt;P&gt;2,"CCC"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 12:49:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249172#M6630</guid>
      <dc:creator>margautz</dc:creator>
      <dc:date>2016-02-10T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux text file output</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249195#M6631</link>
      <description>&lt;P&gt;considering that you have the data in a new.txt file as below and you try to create a csv file as jk.csv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID,"name"&lt;/P&gt;
&lt;P&gt;0,"AAA"&lt;/P&gt;
&lt;P&gt;1,"BBB"&lt;/P&gt;
&lt;P&gt;2,"CCC"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename n '~path\new.txt';
data _null_;
infile n delimiter=',';
file '~path\jk.csv';
input;
put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please try and let me know if it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 15:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249195#M6631</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2016-02-10T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux text file output</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249201#M6632</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I know can I create a csv using SAS, but with DataFlux I expect that I can create it directly.&lt;/P&gt;&lt;P&gt;In the course note of DataFlux there is a description to do that after the "Surviving Record Identification" explanation, but in my case it does not work and I would like to know if it is possible to do that also after the&amp;nbsp;"Clustering".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 15:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-text-file-output/m-p/249201#M6632</guid>
      <dc:creator>margautz</dc:creator>
      <dc:date>2016-02-10T15:15:24Z</dc:date>
    </item>
  </channel>
</rss>

