<?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: unable to load in comma delimiter csv file correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183516#M629475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using 12.10 Technical previous.&lt;/P&gt;&lt;P&gt;But I believe the problem is in the scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 10:27:07 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2016-09-27T10:27:07Z</dc:date>
    <item>
      <title>unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183495#M629446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a comma delimiter csv file. after I have loaded in. Some of the data in columns not aligned, some shift 1 column to the left, some shifted 1 column to the right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the .csv file.&amp;nbsp; i have use comma delimiter when loading in. but yet , still not able to get the data. how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138794_error1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;As I seelcted "2015" which are not suppose to be in column_full field, found out that the data in column_h has apostrophe( ' ) symbol. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i viewed in excel program, the rows and columns look fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: #1f497d;"&gt;why csv delimiter cannot handle special symbol like &lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: #1f497d;"&gt;apostrophe (‘). ????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138795_error2.jpg" style="height: 144px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183495#M629446</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183496#M629447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the sample data it works as expected I believe :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_d, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_e, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_f, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_g, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_h, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_i, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_j, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_l, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_m, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_n, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_o, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_p, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_full, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_num, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_t, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_u, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_v&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 932, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138789_Capture.PNG" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183496#M629447</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-27T09:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183497#M629448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree worked fine in my tests, unless we are missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183497#M629448</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2016-09-27T09:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183498#M629449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess we are &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;let's wait for Jim and see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183498#M629449</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-27T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183499#M629450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasnt able to get your expected result . here is my test.qvw , can you hav a look? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using qlikview 12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183499#M629450</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183500#M629451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is working for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD id, item_id, column_d, column_e, column_f, column_g, column_h, column_i, column_j, column_l, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_m, column_n, column_o, column_p, column_year, column_full, column_num, column_t, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_u, column_v&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138800_Capture.PNG" style="height: 56px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183500#M629451</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-09-27T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183501#M629453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It actually did not work for me as well when I tried doing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD id, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item_id, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_d, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_e, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_f, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_g, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_h, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_i, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_j, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_l, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_m, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_n, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_o, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_p, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_year, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_full, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_num, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_t, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_u, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_v&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;test.csv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138801_Capture.PNG" style="height: 90px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183501#M629453</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183502#M629454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeaaaah.. i really surprised how some of the guys able to do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway bro, i have attached my sample.qvw - with issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183502#M629454</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183503#M629456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have attached my sample.qvw . i coudltn get it right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183503#M629456</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183504#M629457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded ur qvw and I loaded in the test.csv file again. but i got this result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u using qlikview 12?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138799_error1.jpg" style="height: 223px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183504#M629457</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183505#M629458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I have only QV1120 SR12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183505#M629458</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-27T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183506#M629460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which qv version r u using rite now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183506#M629460</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183507#M629461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried here as well, everything came out just fine. I'm using Version 11.2 SR12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183507#M629461</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2016-09-27T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183508#M629463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV12 SR5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183508#M629463</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T09:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183509#M629464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have tested on qv 1120 as well from my colleague. seems like is version issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine on qlikview 1120, but not on version qlikview 12...... i am using qlikview 12!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183509#M629464</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183510#M629466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for testing! now i need someone whois using qv 12 to tell me&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183510#M629466</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183511#M629467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes 12.10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 10:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183511#M629467</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-09-27T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183512#M629469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which SR r u using.?? i am using qlikview 12 sr5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 10:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183512#M629469</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183513#M629470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; font-size: 13px;"&gt;(txt, codepage&lt;SPAN style="text-decoration: underline;"&gt; is 932&lt;/SPAN&gt;, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(txt, codepage&lt;STRONG&gt; is 1252,&lt;/STRONG&gt; embedded labels, delimiter is ',', msq)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 10:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183513#M629470</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-09-27T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to load in comma delimiter csv file correctly</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183514#M629472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have downgraded to 11.20 sr15. and i have no problem loading ur qvw file and csv file.. all working fine under qv 11.20sr 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you let me know which qv 12 sr you are using? i am using SR 5, which i faced the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 10:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-load-in-comma-delimiter-csv-file-correctly/m-p/1183514#M629472</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-27T10:08:47Z</dc:date>
    </item>
  </channel>
</rss>

