<?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: Delimiters Ignore Some and Keep others in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498458#M2946</link>
    <description>&lt;P&gt;Quotation marks should be respected as default in Qlik when reading text files. Make sure you don't use the format specification 'no quotes' when loading them.&lt;/P&gt;
&lt;P&gt;See also: &lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptSpecifiers/quotes.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptSpecifiers/quotes.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 06:10:38 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2024-12-18T06:10:38Z</dc:date>
    <item>
      <title>Delimiters Ignore Some and Keep others</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498400#M2945</link>
      <description>&lt;P&gt;Ok, I have searched and I need help.&lt;/P&gt;
&lt;P&gt;My users are sending me survey data.&amp;nbsp; The problem is the delimiter is a comma.&amp;nbsp; When I split the data there are some survey comment fields that also have commas that shouldn't be split.&lt;/P&gt;
&lt;P&gt;I need ideas on how to either remove commas from the comments.&amp;nbsp; Note, comment fields are all surrounded by quotation marks ("") or to how to tell the load script to ignore the commas inside quotation marks.&lt;/P&gt;
&lt;P&gt;Creative people....suggestions?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Below is a simplified example.&amp;nbsp; Unfortunately our surveys have comments through out them so I can't update a certain field(s) consistently.&lt;/P&gt;
&lt;P&gt;6,"2023-07-16 14:00:00",,1234568777,Customer Name, 111111, Status, Yes, 1111111111, Store Name, 111111, Person Entered, "We get requests for this frequently&lt;U&gt;,&lt;/U&gt; but we don't like the added expense.", Yes, "1.0", 0,0,0&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498400#M2945</guid>
      <dc:creator>crichter14</dc:creator>
      <dc:date>2025-03-19T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiters Ignore Some and Keep others</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498458#M2946</link>
      <description>&lt;P&gt;Quotation marks should be respected as default in Qlik when reading text files. Make sure you don't use the format specification 'no quotes' when loading them.&lt;/P&gt;
&lt;P&gt;See also: &lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptSpecifiers/quotes.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptSpecifiers/quotes.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 06:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498458#M2946</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-12-18T06:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiters Ignore Some and Keep others</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498666#M2950</link>
      <description>&lt;P&gt;Unfortunately, I'm not loading this.&amp;nbsp; If it were a CSV file it would be fine.&amp;nbsp; Here's the solution I used.&lt;/P&gt;
&lt;P&gt;I did a pull and replaced any commas with a space with just a space.&lt;/P&gt;
&lt;P&gt;REPLACE(rawData,', ',' ') as rawData;&lt;/P&gt;
&lt;P&gt;Then I did a resident load with the subfields.&amp;nbsp; It would have been easier if our Data Warehouse had pipes instead of commas, but this works too.&amp;nbsp; Thanks Vegar!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 19:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Delimiters-Ignore-Some-and-Keep-others/m-p/2498666#M2950</guid>
      <dc:creator>crichter14</dc:creator>
      <dc:date>2024-12-18T19:59:25Z</dc:date>
    </item>
  </channel>
</rss>

