<?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 SET csv file as variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840511#M1215255</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET DataTABLE = [Data.xlsx] (ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;It let me have DataTable with the path to the Data.xlsx file, then when I load some field I just use&amp;nbsp;From $(DataTABLE);&lt;/P&gt;&lt;P&gt;I would like to SET csv file this way, but it doesnt work for me, I got errors&lt;/P&gt;&lt;P&gt;SET DataTABLE = [Data.csv]&amp;nbsp;(txt, codepage is 28591, embedded labels, delimiter is ' , ', msq);&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 12:50:16 GMT</pubDate>
    <dc:creator>QlickySense</dc:creator>
    <dc:date>2021-09-30T12:50:16Z</dc:date>
    <item>
      <title>SET csv file as variable</title>
      <link>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840511#M1215255</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET DataTABLE = [Data.xlsx] (ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;It let me have DataTable with the path to the Data.xlsx file, then when I load some field I just use&amp;nbsp;From $(DataTABLE);&lt;/P&gt;&lt;P&gt;I would like to SET csv file this way, but it doesnt work for me, I got errors&lt;/P&gt;&lt;P&gt;SET DataTABLE = [Data.csv]&amp;nbsp;(txt, codepage is 28591, embedded labels, delimiter is ' , ', msq);&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 12:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840511#M1215255</guid>
      <dc:creator>QlickySense</dc:creator>
      <dc:date>2021-09-30T12:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: SET csv file as variable</title>
      <link>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840535#M1215257</link>
      <description>&lt;P&gt;Your issue is probably the quotes in the [delimiter is ','] section. Have a look at &lt;A href="https://qlikviewcookbook.com/2018/01/let-set-quotes/" target="_blank"&gt;https://qlikviewcookbook.com/2018/01/let-set-quotes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840535#M1215257</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-09-30T13:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: SET csv file as variable</title>
      <link>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840548#M1215259</link>
      <description>&lt;P&gt;Try something like this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET DataTABLE = '[Data.csv] (txt, codepage is 28591, embedded labels, delimiter is '&amp;amp;Chr(39)&amp;amp;','&amp;amp;Chr(39)&amp;amp;', msq)';&lt;/LI-CODE&gt;&lt;P&gt;Use it like this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD *
FROM $(DataTABLE)
;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-csv-file-as-variable/m-p/1840548#M1215259</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-09-30T13:39:57Z</dc:date>
    </item>
  </channel>
</rss>

