<?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: CSV Splitter or Filter with Talend Java in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242066#M29016</link>
    <description>I ended up creating a tFileInputCSVFilter available in github together with a tutorial to build components &lt;A href="https://github.com/nestoru/talend-custom-components" rel="nofollow noopener noreferrer"&gt;https://github.com/nestoru/talend-custom-components&lt;/A&gt;</description>
    <pubDate>Thu, 08 Nov 2012 14:19:34 GMT</pubDate>
    <dc:creator>nestoru</dc:creator>
    <dc:date>2012-11-08T14:19:34Z</dc:date>
    <item>
      <title>CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242059#M29009</link>
      <description>We had a requirement today about splitting CSV which as you can see from 
&lt;A href="http://thinkinginsoftware.blogspot.com/2012/10/the-data-team-was-in-need-of.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://thinkinginsoftware.blogspot.com/2012/10/the-data-team-was-in-need-of.html&lt;/A&gt; we resolved with a tJavaFlex component but ideally I think it should be either a new component in Talend or added as a future in existing ones.
&lt;BR /&gt;The need is to parse an $inputFile using a $delimiter, and output only the lines where the $lookupColumn has a specific $lookupValue (four parameters).
&lt;BR /&gt;Will this make sense to be added as a feature request? Or the recommended way to go would be to build an in house component? Probably Talend should open a project to host contributions as "talend custom components library"? A google search reveals tutorials on how to build custom components but I believe an open project to host the additional components will only help.
&lt;BR /&gt;Thanks!
&lt;BR /&gt;-Nestor</description>
      <pubDate>Fri, 12 Oct 2012 21:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242059#M29009</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-12T21:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242060#M29010</link>
      <description>tMap can certainly return matching rows only as that is one of the basic functionality of the application. On the fly schema is a different matter. Did you do a search at all and/or read the documentation?</description>
      <pubDate>Sat, 13 Oct 2012 00:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242060#M29010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-13T00:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242061#M29011</link>
      <description>Yes. I did the research. We have been using talend for a while. The only reason you see me as a guest is that I cannot longer login in &lt;A href="http://www.talendforge.org" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org&lt;/A&gt; &lt;BR /&gt;When I login I land in talend.com and when I try to get back to &lt;A href="http://www.talendforge.org" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org&lt;/A&gt; I look like logged off and I can only post as guest.&lt;BR /&gt;I know what a tmap can do but that cannot provide the solution we need.&lt;BR /&gt;I searched on the web and this forum, I looked into the manual, I tool a look at all possibly related components before going the tJavaFlex route.</description>
      <pubDate>Sat, 13 Oct 2012 01:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242061#M29011</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-13T01:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242062#M29012</link>
      <description>I saw you kindly pointed out to the contextualized Help in Talend GUI in &lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=96420#p96420" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=96420#p96420&lt;/A&gt; so I am researching on that now as "Dynamic Schema". I will get back with my findings. Thanks!</description>
      <pubDate>Sat, 13 Oct 2012 02:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242062#M29012</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-13T02:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242063#M29013</link>
      <description>Please correct me if I am wrong but all I see about "Dynamic Schema" refers to TalendIntegartionSuite_Studio_UG.pdf which is only available with a paid subscription meaning is not open source. So you must be a user of Talend Integration Suite to read the chapter from that book called "dynamic schema" .
&lt;BR /&gt;So given the fact that as I posted in my tutorial it is fairly simple to build a CSV Splitter or Filter do you think it makes sense to request the addition of this component (or similar) to the open source version?
&lt;BR /&gt;Thanks!
&lt;BR /&gt;-Nestor</description>
      <pubDate>Sat, 13 Oct 2012 03:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242063#M29013</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-13T03:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242064#M29014</link>
      <description>Hi Nestor 
&lt;BR /&gt;Thanks for your posts! 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Probably Talend should open a project to host contributions as "talend custom components library"?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;A href="Talend Exchange" rel="nofollow noopener noreferrer"&gt;Talend Exchange&lt;/A&gt; is the best place for all community users to share custom components, you can always find some useful components developed by community users. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;A google search reveals tutorials on how to build custom components but I believe an open project to host the additional components will only help.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;A good tutorial about how to create custom component is written by saburo, see 
&lt;BR /&gt; 
&lt;A href="http://community.talend.com:80/t5/Design-and-Development/Writing-a-component-creation-tutorial/m-p/5212#M1576"&gt;http://community.talend.com:80/t5/Design-and-Development/Writing-a-component-creation-tutorial/m-p/5212#M1576&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Please correct me if I am wrong but all I see about "Dynamic Schema" refers to TalendIntegartionSuite_Studio_UG.pdf which is only available with a paid subscription meaning is not open source.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, the dynamic schema feature is only available in commercial subscription version.</description>
      <pubDate>Sat, 13 Oct 2012 03:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242064#M29014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-13T03:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242065#M29015</link>
      <description>Thanks Shong! I will check Talend Exchange next.
&lt;BR /&gt;Great community here at Talend. Way to go, keep it up guys!
&lt;BR /&gt;Best,
&lt;BR /&gt;-Nestor</description>
      <pubDate>Sat, 13 Oct 2012 05:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242065#M29015</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-13T05:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242066#M29016</link>
      <description>I ended up creating a tFileInputCSVFilter available in github together with a tutorial to build components &lt;A href="https://github.com/nestoru/talend-custom-components" rel="nofollow noopener noreferrer"&gt;https://github.com/nestoru/talend-custom-components&lt;/A&gt;</description>
      <pubDate>Thu, 08 Nov 2012 14:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242066#M29016</guid>
      <dc:creator>nestoru</dc:creator>
      <dc:date>2012-11-08T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242067#M29017</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I ended up creating a tFileInputCSVFilter available in github together with a tutorial to build components &lt;A href="https://github.com/nestoru/talend-custom-components" rel="nofollow noopener noreferrer"&gt;https://github.com/nestoru/talend-custom-components&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi nestoru&lt;BR /&gt;Great job! Thanks for your sharing to Talend community! &lt;BR /&gt;Why don't you upload an example job to github? It help the users who want to use this component to learn the component quickly.</description>
      <pubDate>Thu, 08 Nov 2012 18:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242067#M29017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-08T18:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242068#M29018</link>
      <description>Hi Shong, 
&lt;BR /&gt;I have added a sample on how to use it in my blog 
&lt;A href="http://thinkinginsoftware.blogspot.com/search?q=csvfilter#talendComponent" rel="nofollow noopener noreferrer"&gt;http://thinkinginsoftware.blogspot.com/search?q=csvfilter#talendComponent&lt;/A&gt; 
&lt;BR /&gt;This component is really simple. There are 4 params to be used and the picture should be self explanatory. 
&lt;BR /&gt; 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;-Nestor</description>
      <pubDate>Thu, 08 Nov 2012 20:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242068#M29018</guid>
      <dc:creator>nestoru</dc:creator>
      <dc:date>2012-11-08T20:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242069#M29019</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Shong,&lt;BR /&gt;I have added a sample on how to use it in my blog &lt;A href="http://thinkinginsoftware.blogspot.com/search?q=csvfilter#talendComponent" rel="nofollow noopener noreferrer"&gt;http://thinkinginsoftware.blogspot.com/search?q=csvfilter#talendComponent&lt;/A&gt; &lt;BR /&gt;This component is really simple. There are 4 params to be used and the picture should be self explanatory.&lt;BR /&gt; &lt;BR /&gt;Cheers,&lt;BR /&gt;-Nestor&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Cool, 
&lt;IMG id="smileywink" class="emoticon emoticon-smileywink" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; Thank you!</description>
      <pubDate>Sat, 10 Nov 2012 00:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242069#M29019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-10T00:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Splitter or Filter with Talend Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242070#M29020</link>
      <description>I have added two new features to the component BTW, now it is possible to have the header somewhere in the file other than on the top row. This is handy for some files containing garbage at the beginning. I am also pushing the headers to the output as this is a component to just filter the raw CSV file.&lt;BR /&gt;Cheers,&lt;BR /&gt;-Nestor</description>
      <pubDate>Sun, 11 Nov 2012 19:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-Splitter-or-Filter-with-Talend-Java/m-p/2242070#M29020</guid>
      <dc:creator>nestoru</dc:creator>
      <dc:date>2012-11-11T19:47:45Z</dc:date>
    </item>
  </channel>
</rss>

