<?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: read data using tFileInutDelimited with comma separated when there is comma and quetes in quoted string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376965#M138965</link>
    <description>&lt;P&gt;Thank you Shong! &lt;/P&gt;</description>
    <pubDate>Thu, 23 Dec 2021 14:53:36 GMT</pubDate>
    <dc:creator>RanjithMeda</dc:creator>
    <dc:date>2021-12-23T14:53:36Z</dc:date>
    <item>
      <title>read data using tFileInutDelimited with comma separated when there is comma and quetes in quoted string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376963#M138963</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to read a csv file with comma separator where all the strings are in double quotes. So I selected CSV Options and entered """ in both escape characters section and Text Enclosure section and field separator as ,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,  I have few records where there is comma and " in one string and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Apple" , "USA " , "0000012345" , "ACTV" , "Apple "LAC" Company HOME, *" , "A0BCDEF" , "34567890" , "0" , "0"&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 am having issues with records like this where &lt;/P&gt;&lt;P&gt;"Apple "LAC" Company HOME, *" has &lt;/P&gt;&lt;B&gt;,&lt;/B&gt;&lt;P&gt; and &lt;/P&gt;&lt;B&gt;". &lt;/B&gt;&lt;P&gt;Because there is a double quote within the text, data after comma is being moved into next column though I have mentioned &lt;/P&gt;&lt;B&gt; &lt;/B&gt;&lt;P&gt;text enclosure as "". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in reading such data using tfileInput&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376963#M138963</guid>
      <dc:creator>RanjithMeda</dc:creator>
      <dc:date>2024-11-15T23:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: read data using tFileInutDelimited with comma separated when there is comma and quetes in quoted string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376964#M138964</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm afraid It's impossible to read these data, there should exist escape character before comma included in the string, eg:&lt;/P&gt;&lt;P&gt;"Apple \"LAC\" Company HOME\, *","A0BCDEF"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Ly5YMAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157735iCFB85F000101916A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Ly5YMAAZ.png" alt="0695b00000Ly5YMAAZ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 13:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376964#M138964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-20T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: read data using tFileInutDelimited with comma separated when there is comma and quetes in quoted string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376965#M138965</link>
      <description>&lt;P&gt;Thank you Shong! &lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376965#M138965</guid>
      <dc:creator>RanjithMeda</dc:creator>
      <dc:date>2021-12-23T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: read data using tFileInutDelimited with comma separated when there is comma and quetes in quoted string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376966#M138966</link>
      <description>&lt;P&gt;Hi, maybe you could think of read the file as raw file apply this regex to replace " wich are not at the begin or end of a field :    (?&amp;lt;!(,|^))"(?!(,|$))&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 15:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/read-data-using-tFileInutDelimited-with-comma-separated-when/m-p/2376966#M138966</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-12-23T15:14:24Z</dc:date>
    </item>
  </channel>
</rss>

