<?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: CSV file to be saved with tab separator value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CSV-file-to-be-saved-with-tab-separator-value/m-p/1776684#M454904</link>
    <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SUB ExportChartToCSV

SET objChart = ActiveDocument.GetSheetObject("SAMPLE_ORDER")

objChart.Export "C:\Output\Inventory Manager\Data.CSV", Chr(9)

END SUB&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 22 Jan 2021 11:19:50 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2021-01-22T11:19:50Z</dc:date>
    <item>
      <title>CSV file to be saved with tab separator value</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-file-to-be-saved-with-tab-separator-value/m-p/1776579#M454885</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a CSV file to be saved with tab separator value. But I am not getting the expected result instead the value is getting replaced with '\t' as text.&lt;/P&gt;&lt;P&gt;Please find the code below and let me know what should be corrected.&lt;/P&gt;&lt;P&gt;SUB ExportChartToCSV&lt;/P&gt;&lt;P&gt;SET objChart = ActiveDocument.GetSheetObject("SAMPLE_ORDER")&lt;/P&gt;&lt;P&gt;objChart.Export "C:\Output\Inventory Manager\Data.CSV", "\t"&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 05:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-file-to-be-saved-with-tab-separator-value/m-p/1776579#M454885</guid>
      <dc:creator>divyasivathanu</dc:creator>
      <dc:date>2021-01-22T05:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file to be saved with tab separator value</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-file-to-be-saved-with-tab-separator-value/m-p/1776684#M454904</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SUB ExportChartToCSV

SET objChart = ActiveDocument.GetSheetObject("SAMPLE_ORDER")

objChart.Export "C:\Output\Inventory Manager\Data.CSV", Chr(9)

END SUB&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Jan 2021 11:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-file-to-be-saved-with-tab-separator-value/m-p/1776684#M454904</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2021-01-22T11:19:50Z</dc:date>
    </item>
  </channel>
</rss>

