<?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 tFileInputDelimited with single text qualifier in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361653#M125962</link>
    <description>Hi,&lt;BR /&gt;I'm having problems with a CSV file that contains a double quote inside the a field enclosed by double quotes.&lt;BR /&gt;Ex:&lt;BR /&gt;"Data1","Data2","Data" 3"&lt;BR /&gt;Is there a quick and easy way to get around this issue using when using a tFileInputDelimited.&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Sat, 16 Nov 2024 12:39:28 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T12:39:28Z</dc:date>
    <item>
      <title>tFileInputDelimited with single text qualifier</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361653#M125962</link>
      <description>Hi,&lt;BR /&gt;I'm having problems with a CSV file that contains a double quote inside the a field enclosed by double quotes.&lt;BR /&gt;Ex:&lt;BR /&gt;"Data1","Data2","Data" 3"&lt;BR /&gt;Is there a quick and easy way to get around this issue using when using a tFileInputDelimited.&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 16 Nov 2024 12:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361653#M125962</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited with single text qualifier</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361654#M125963</link>
      <description>Hi 
&lt;BR /&gt;Read it as a normal text file separated by ",", remove the double quote " on tMap. For example: 
&lt;BR /&gt;row1.columnName.replaceAll("\"","") 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 28 Sep 2011 03:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361654#M125963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-28T03:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited with single text qualifier</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361655#M125964</link>
      <description>If I'm understanding this correctly this would remove all quotes and I want to preserve the inner quote. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 28 Sep 2011 15:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361655#M125964</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-09-28T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited with single text qualifier</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361656#M125965</link>
      <description>When I've had this sort of problem, I take the data delimited by the ',' replace the first ", reverse the string using a function, remove the first quote again and reverse the string again. That leaves everything else in the string intact.</description>
      <pubDate>Thu, 29 Sep 2011 10:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-with-single-text-qualifier/m-p/2361656#M125965</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-09-29T10:14:45Z</dc:date>
    </item>
  </channel>
</rss>

