<?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 filed imported with messy columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94453#M6288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get it &lt;A href="https://drive.google.com/file/d/1zfrRqtcGSh4pmgaGYU5wYhOYJTV9iEZq/view?usp=sharing"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 15:54:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-21T15:54:01Z</dc:date>
    <item>
      <title>CSV filed imported with messy columns</title>
      <link>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94451#M6286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm testing the Qlik Sense Cloud. I imported a file with 190,000 lines. The file is completely intact, meaning each column contains its correct values (already tested with Excel's filter).&lt;/P&gt;&lt;P&gt;However, when I create a new application and run Insights, it is blending data from different columns as if they were in a single column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1qsgfoR.png" class="jive-image image-1" src="https://i.imgur.com/1qsgfoR.png" style="height: 141px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I've tried to import 2 times but the problem continues.&lt;/P&gt;&lt;P&gt;How to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 03:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94451#M6286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T03:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: CSV filed imported with messy columns</title>
      <link>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94452#M6287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help to see the actual data file. I'm guessing from the picture that QV needs to be told what the delimiter is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 15:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94452#M6287</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-09-21T15:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: CSV filed imported with messy columns</title>
      <link>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94453#M6288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get it &lt;A href="https://drive.google.com/file/d/1zfrRqtcGSh4pmgaGYU5wYhOYJTV9iEZq/view?usp=sharing"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 15:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94453#M6288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T15:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: CSV filed imported with messy columns</title>
      <link>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94454#M6289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached a qvw that loads the data.&lt;/P&gt;&lt;P&gt;This is my load script:&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @9,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @11,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @12,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @13,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @14,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 16:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94454#M6289</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-09-21T16:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSV filed imported with messy columns</title>
      <link>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94455#M6290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know Qlikview and I know it works. What I said is the problem is in Qlik Sens Cloud. There, after creating an application and run "insight" I get that messy results...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 16:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSV-filed-imported-with-messy-columns/m-p/94455#M6290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T16:29:43Z</dc:date>
    </item>
  </channel>
</rss>

