<?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: Pig problem - Dealing with two delimiters. Please help. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274822#M51383</link>
    <description>Is CSV loader added to Talend ? May I know the current status?</description>
    <pubDate>Wed, 20 Apr 2016 03:14:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-20T03:14:43Z</dc:date>
    <item>
      <title>Pig problem - Dealing with two delimiters. Please help.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274819#M51380</link>
      <description>I'm new to to Pig. I have a problem -
&lt;BR /&gt;My input textfile.txt -&amp;gt;
&lt;BR /&gt;aaaa,bbbb,cccc
&lt;BR /&gt;aaaa,'xxxx,yyyy',zzzz
&lt;BR /&gt;qqqq,wwww,eeee
&lt;BR /&gt;Output should have three columns only. Anything in single quotes should be treated as single column. &amp;nbsp;'xxxx,yyyy' to be treated as one field data only.
&lt;BR /&gt;If I use below -
&lt;BR /&gt;A = load textfile.txt PigStorage(,) as (col1:chararray, col2:chararray ,col3:chararray)
&lt;BR /&gt;I get -
&lt;BR /&gt;(aaaa,bbbb,cccc)
&lt;BR /&gt;(aaaa,'xxxx,yyyy')
&lt;BR /&gt;(qqqq,wwww,eeee)
&lt;BR /&gt;Please help me with this.</description>
      <pubDate>Sat, 16 Nov 2024 11:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274819#M51380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pig problem - Dealing with two delimiters. Please help.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274820#M51381</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;It seems Pig don't support escape char, can you please report a issue in our bugtracker and discuss with our developers.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 08 Dec 2014 03:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274820#M51381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-08T03:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pig problem - Dealing with two delimiters. Please help.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274821#M51382</link>
      <description>The tPigLoad component would need to be updated to use a loader that supports this, such as the CSVLoader in the piggybank. Otherwise you will need to preprocess the file to have clear delimiters that do not appear in the data.
&lt;BR /&gt;
&lt;A href="http://pig.apache.org/docs/r0.9.1/api/org/apache/pig/piggybank/storage/CSVLoader.html" rel="nofollow noopener noreferrer"&gt;http://pig.apache.org/docs/r0.9.1/api/org/apache/pig/piggybank/storage/CSVLoader.html&lt;/A&gt;</description>
      <pubDate>Mon, 15 Dec 2014 21:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274821#M51382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-15T21:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pig problem - Dealing with two delimiters. Please help.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274822#M51383</link>
      <description>Is CSV loader added to Talend ? May I know the current status?</description>
      <pubDate>Wed, 20 Apr 2016 03:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pig-problem-Dealing-with-two-delimiters-Please-help/m-p/2274822#M51383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T03:14:43Z</dc:date>
    </item>
  </channel>
</rss>

