<?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: Double quote import csv interrup string partially imported in database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370988#M133973</link>
    <description>&lt;P&gt;Change Text enclosure from " (the standard) to something else (of your choice) or protect included quotes when contained in field values ("BOX FOR SHIPPING \"V\" SHAPE")&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jul 2020 08:26:56 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2020-07-24T08:26:56Z</dc:date>
    <item>
      <title>Double quote import csv interrup string partially imported in database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370987#M133972</link>
      <description>&lt;P&gt;Hi Talend Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a problem importing a string field from csv in mysql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a csv like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1;"0X0X0.X10";"Blocked";"Y";"N";"BOX";"";"";"BOX FOR SHIPPING "V" SHAPE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i see what value has been imported in Description column in MySql instead of  &lt;B&gt;BOX FOR SHIPPING "V" SHAPE&lt;/B&gt;&lt;/P&gt;&lt;P&gt;  or &lt;/P&gt;&lt;B&gt;BOX FOR SHIPPING V SHAPE &lt;/B&gt;&lt;P&gt;( i set up double quote as escape in my input file options) i see &lt;/P&gt;&lt;B&gt;&lt;U&gt;BOX FOR SHIPPING&lt;/U&gt;&lt;/B&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have csv options enabled in my tinputdelimited file. Have you some suggestion to deal this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&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;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 08:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370987#M133972</guid>
      <dc:creator>EV89</dc:creator>
      <dc:date>2020-07-24T08:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Double quote import csv interrup string partially imported in database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370988#M133973</link>
      <description>&lt;P&gt;Change Text enclosure from " (the standard) to something else (of your choice) or protect included quotes when contained in field values ("BOX FOR SHIPPING \"V\" SHAPE")&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 08:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370988#M133973</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-07-24T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Double quote import csv interrup string partially imported in database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370989#M133974</link>
      <description>&lt;P&gt;Hi Trf, thanks for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunely i am not the man who made the csv export so i searching for a method i can do myself with talend. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another curious things is that if i set up text enclosure as "\"" and Escape character as """. Talend recognize thhe initial double quote as text enclosure but not the inside " as escape.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 11:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370989#M133974</guid>
      <dc:creator>EV89</dc:creator>
      <dc:date>2020-07-24T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Double quote import csv interrup string partially imported in database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370990#M133975</link>
      <description>&lt;P&gt;useful links i have found related this topic:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/43512095/usage-of-escape-char-and-text-enclosure" alt="https://stackoverflow.com/questions/43512095/usage-of-escape-char-and-text-enclosure" target="_blank"&gt;https://stackoverflow.com/questions/43512095/usage-of-escape-char-and-text-enclosure&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Double-quote-import-csv-interrup-string-partially-imported-in/m-p/2370990#M133975</guid>
      <dc:creator>EV89</dc:creator>
      <dc:date>2020-07-24T14:54:01Z</dc:date>
    </item>
  </channel>
</rss>

