<?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: export txt file with delimiter semicolon in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407141#M26136</link>
    <description>&lt;P&gt;With EG 7.12x select "Text Files"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csv_export_colon.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16202i52E1034352520039/image-size/large?v=v2&amp;amp;px=999" role="button" title="csv_export_colon.png" alt="csv_export_colon.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 07:17:02 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2017-10-25T07:17:02Z</dc:date>
    <item>
      <title>export txt file with delimiter semicolon</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407093#M26130</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to export a txt file with semicolon instead a comma, is it possible to do this without procedure?&amp;nbsp; Are there any place in configuration where i can change the default comma to semicolon?&lt;/P&gt;&lt;P&gt;&amp;nbsp;The question is for SAS enterprise guide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 22:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407093#M26130</guid>
      <dc:creator>mcnunes</dc:creator>
      <dc:date>2017-10-24T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: export txt file with delimiter semicolon</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407094#M26131</link>
      <description>&lt;P&gt;I couldn't see anything in the GUI, but I would expect it to be there somewhere....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, a proc export is straighforward, just change the path. However, if EG is on the server you can't export directly to your local drive, so that's a downside. Hopefully someone else has a better answer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.air outfile='c:\_localdata\temp\test.txt' dbms=dlm replace;
delimiter=';'; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Oct 2017 22:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407094#M26131</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-24T22:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: export txt file with delimiter semicolon</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407141#M26136</link>
      <description>&lt;P&gt;With EG 7.12x select "Text Files"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csv_export_colon.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16202i52E1034352520039/image-size/large?v=v2&amp;amp;px=999" role="button" title="csv_export_colon.png" alt="csv_export_colon.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 07:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407141#M26136</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-10-25T07:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: export txt file with delimiter semicolon</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407174#M26140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/110422"&gt;@mcnunes&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, proc export is an easy option to get what you're looking for.&lt;/P&gt;
&lt;P&gt;But if you want to use the export mentioned by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;, you ahve to be aware that the delimiter (comma or semicolon) will be delimited by the Region and Language settings, in particular the Format one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you select French for instance on your local machine (where SAS Enterprise Guide is installed), you'll have the semicolon.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegionAndLanguage.JPG" style="width: 411px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16204i0923A307A306F65F/image-size/large?v=v2&amp;amp;px=999" role="button" title="RegionAndLanguage.JPG" alt="RegionAndLanguage.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But if you have English, comma will be your delimiter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing that setting may have too much impact on your machine.&lt;/P&gt;
&lt;P&gt;So an easy alternative would be to add the &lt;STRONG&gt;/culture:fr&lt;/STRONG&gt; parameter to your EG shortcut&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your new TARGET value would look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; D:\opt\sasinside\SASHome\SASEnterpriseGuide\7.1\SEGuide.exe /culture:fr&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Culture.JPG" style="width: 320px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16205i2652067B574F041E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Culture.JPG" alt="Culture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 09:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/407174#M26140</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-10-25T09:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: export txt file with delimiter semicolon</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/452849#M29216</link>
      <description>&lt;P&gt;with portuguese it's work too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;"C:\Program Files\SASHome\x86\SASEnterpriseGuide\5.1\SEGuide.exe" /culture:pt&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 14:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/export-txt-file-with-delimiter-semicolon/m-p/452849#M29216</guid>
      <dc:creator>eltondamata</dc:creator>
      <dc:date>2018-04-10T14:54:46Z</dc:date>
    </item>
  </channel>
</rss>

