<?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: Strange Data Anomaly - csv script import in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589886#M443476</link>
    <description>&lt;P&gt;The problem is the embedded HTML containing line breaks in line 5. The quoting rules from delimited text files do not include the line breaks, so each line break starts a new line, regardless of the quoting option. I could not find a way to override this behaviour. Can you suppress this column when you generate the CSV file?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 08:12:34 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-06-10T08:12:34Z</dc:date>
    <item>
      <title>Strange Data Anomaly - csv script import</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589814#M443465</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Thank you in advance for any guidance.&lt;/P&gt;&lt;P&gt;The attached file contains 3 rows of data, separated by a semi-colon (;), the first row is the headers then there are two rows of data.&lt;/P&gt;&lt;P&gt;When I import this data the Load process only seems to identify a single row of data and not two rows.&lt;/P&gt;&lt;P&gt;how can I troubleshoot this issue and correct the script load process so it works?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589814#M443465</guid>
      <dc:creator>DavidAinsworth</dc:creator>
      <dc:date>2024-11-16T03:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Data Anomaly - csv script import</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589847#M443469</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;all you need to do is to change the Quoting from MSQ to none&amp;nbsp;&lt;/P&gt;&lt;P&gt;see attach image&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="quoting.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13449iC0C1CCB7C1F0D5B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="quoting.png" alt="quoting.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 05:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589847#M443469</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-06-10T05:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Data Anomaly - csv script import</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589866#M443474</link>
      <description>&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;Thank you for your assistance with this issue, choosing the supplied settings worked with the file example.&lt;/P&gt;&lt;P&gt;I have attached a further update to the file example, which contains a few further rows.&amp;nbsp; The selection of None for the Quote symbols seems to have a problem with other data which is contained within the file.&lt;/P&gt;&lt;P&gt;What would you recommend?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 07:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589866#M443474</guid>
      <dc:creator>DavidAinsworth</dc:creator>
      <dc:date>2019-06-10T07:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Data Anomaly - csv script import</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589881#M443475</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;it seems this actually a XML file there is a lot of desgin stuff in the file not data&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's not really a csv of a table,&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i don't think the problem is the Quoting ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;if the file is an xml or html it's different story and you will need to write&amp;nbsp; a code to transfer the data into a table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 08:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589881#M443475</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-06-10T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Data Anomaly - csv script import</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589886#M443476</link>
      <description>&lt;P&gt;The problem is the embedded HTML containing line breaks in line 5. The quoting rules from delimited text files do not include the line breaks, so each line break starts a new line, regardless of the quoting option. I could not find a way to override this behaviour. Can you suppress this column when you generate the CSV file?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 08:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589886#M443476</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-06-10T08:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Data Anomaly - csv script import</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589890#M443477</link>
      <description>&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;Thank you for your assistance reviewing this data, there is a description field which contains these line break characters.&lt;/P&gt;&lt;P&gt;Unfortunately I am not able to create a data extract without this data, I only have the ability of creating this full export file.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Dave&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 08:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Data-Anomaly-csv-script-import/m-p/1589890#M443477</guid>
      <dc:creator>DavidAinsworth</dc:creator>
      <dc:date>2019-06-10T08:17:02Z</dc:date>
    </item>
  </channel>
</rss>

