<?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: How to create Pipe Seperate text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719987#M258577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following syntax to create Pipe Seperated Text File:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="font-size: 14pt;"&gt;STORE&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="font-size: 14pt;"&gt;Population_State_Wise &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;into&lt;/SPAN&gt; D:\QlikView\JS API\abc.txt&lt;BR /&gt;&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;delimiter&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; '|', &lt;SPAN style="color: #0000ff;"&gt;txt&lt;/SPAN&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 07:14:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-30T07:14:56Z</dc:date>
    <item>
      <title>How to create Pipe Seperate text file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719984#M258574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Forum/Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we are aware that we can create comm(,) seperate text file by writting the following script in Script Editor:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store TABRES into D:\testfilefolder\txtfile.txt(txt);&lt;/P&gt;&lt;P&gt;Note:- Assum that "TABRES" is resident table having 3 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I want to create pipe(|) seperate text file. Can anybody show me how to achieve the above requirment?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 06:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719984#M258574</guid>
      <dc:creator />
      <dc:date>2014-09-30T06:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Pipe Seperate text file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719985#M258575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table into t.csv(delimiter is '|');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 06:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719985#M258575</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-09-30T06:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Pipe Seperate text file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719986#M258576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Store TABRES into D:\testfilefolder\txtfile&lt;/SPAN&gt;.txt (txt, delimiter is '|')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 06:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719986#M258576</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-30T06:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Pipe Seperate text file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719987#M258577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following syntax to create Pipe Seperated Text File:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="font-size: 14pt;"&gt;STORE&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="font-size: 14pt;"&gt;Population_State_Wise &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;into&lt;/SPAN&gt; D:\QlikView\JS API\abc.txt&lt;BR /&gt;&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;delimiter&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; '|', &lt;SPAN style="color: #0000ff;"&gt;txt&lt;/SPAN&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719987#M258577</guid>
      <dc:creator />
      <dc:date>2014-09-30T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Pipe Seperate text file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719988#M258578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phaneendra/Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for quick response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 06:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Pipe-Seperate-text-file/m-p/719988#M258578</guid>
      <dc:creator />
      <dc:date>2014-10-06T06:38:22Z</dc:date>
    </item>
  </channel>
</rss>

