<?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 csv file converted to txt file and name changed when emailed in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10753#M2630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you save the file on the remote server the email step will obsure the file name because of is on a remote system.&amp;nbsp; If you modify the export step to save the file to your local computer the issue will not occur.&amp;nbsp; Alternativly you could choose to program the process yourself and take full control of the operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc export &lt;/P&gt;&lt;P&gt; data=sashelp.classfit&lt;/P&gt;&lt;P&gt;&amp;nbsp; outfile="/tmp/classfit.csv"&lt;/P&gt;&lt;P&gt;&amp;nbsp; dbms=csv;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename eml email to="someone@work" subject="Here is your file" attach="/tmp/classfit.csv";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file eml;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put 'Email Body';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 00:30:37 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2012-02-23T00:30:37Z</dc:date>
    <item>
      <title>csv file converted to txt file and name changed when emailed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10751#M2628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG 4.305 on Windows XP, server is Linux 64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Process Flow that uses a SAS data set, SASHELP.CLASSFIT, then exports as a Step In Project as a csv file, &lt;/P&gt;&lt;P&gt;CLASSFIT.csv, which is written to a directory on the Linux server.&amp;nbsp; I then right click the csv file and use Sent To . .. E-mail Recipient as a &lt;/P&gt;&lt;P&gt;Step In Project...&amp;nbsp; When email is recieved the file name and extension are changed. The name is changed to some&lt;/P&gt;&lt;P&gt;cryptic long name and the file extension is now txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the intended behavior or is this an issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 21:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10751#M2628</guid>
      <dc:creator>Chuy</dc:creator>
      <dc:date>2012-02-22T21:46:05Z</dc:date>
    </item>
    <item>
      <title>csv file converted to txt file and name changed when emailed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10752#M2629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may explain it: &lt;A href="http://support.sas.com/kb/13/786.html"&gt;http://support.sas.com/kb/13/786.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 23:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10752#M2629</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-22T23:34:36Z</dc:date>
    </item>
    <item>
      <title>csv file converted to txt file and name changed when emailed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10753#M2630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you save the file on the remote server the email step will obsure the file name because of is on a remote system.&amp;nbsp; If you modify the export step to save the file to your local computer the issue will not occur.&amp;nbsp; Alternativly you could choose to program the process yourself and take full control of the operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc export &lt;/P&gt;&lt;P&gt; data=sashelp.classfit&lt;/P&gt;&lt;P&gt;&amp;nbsp; outfile="/tmp/classfit.csv"&lt;/P&gt;&lt;P&gt;&amp;nbsp; dbms=csv;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename eml email to="someone@work" subject="Here is your file" attach="/tmp/classfit.csv";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file eml;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put 'Email Body';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 00:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10753#M2630</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-02-23T00:30:37Z</dc:date>
    </item>
    <item>
      <title>csv file converted to txt file and name changed when emailed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10754#M2631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chuy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a SAMBA connection to the unix server (essentially treating the unix directories as mapped windows directories), it should work.&amp;nbsp; I don't have any naming problem picking up files attached to a Solaris Unix server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The email task in EGuide is handled totally by EGuide, it is not sent to the server for processing, so the file needs to be seen as a Windows file, not as a SAS server file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 16:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/csv-file-converted-to-txt-file-and-name-changed-when-emailed/m-p/10754#M2631</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-02-23T16:09:02Z</dc:date>
    </item>
  </channel>
</rss>

