<?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: process multiple files in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256381#M38788</link>
    <description>Hi, 
&lt;BR /&gt;Can you click "UPLOAD" button to attach your screenshot? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCEc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140141iA70F6DFFAD6CB155/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCEc.png" alt="0683p000009MCEc.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 18 Nov 2016 08:21:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-18T08:21:07Z</dc:date>
    <item>
      <title>process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256370#M38777</link>
      <description>can someone tell how to process multiple files in Talend and store the output in a oracle table??&lt;BR /&gt;I tried using tfileList component but i was unable to insert data into table.&lt;BR /&gt;My file extension is also ".unl" which no file related component is reading data..&lt;BR /&gt;So could someone help me with this??</description>
      <pubDate>Mon, 14 Nov 2016 08:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256370#M38777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T08:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256371#M38778</link>
      <description>Hi,&lt;BR /&gt;Can you convert your .unl files to flat files(excel) and then use tfilelist to achieve your goals?&lt;BR /&gt;The work flow looks like:tfilelist--&amp;gt;tfileinputexcel--&amp;gt;output&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 14 Nov 2016 09:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256371#M38778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T09:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256372#M38779</link>
      <description>most important not extension, but what inside
&lt;BR /&gt;open it with any flat text editor - notepad++, textedit and etc, than You (and we are) will have idea - what You try to read?</description>
      <pubDate>Mon, 14 Nov 2016 10:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256372#M38779</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-14T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256373#M38780</link>
      <description>Hi,
&lt;BR /&gt;Thanks for the replies.
&lt;BR /&gt;I should not change the file format as it is production environment.What ever the .unl files I get in the directory differed by a sequence number&amp;nbsp;I should read them and process them and store the required fields in the oracle table as output.
&lt;BR /&gt;The data in the .unl file is pipe delimited (for example : 12345|active||P|hello) like this.
&lt;BR /&gt;But when I iterate the files in the directory its reading only first file and not reading other files.
&lt;BR /&gt;The sample file names in the soure directory will be like
&lt;BR /&gt;sample20161115_SOMECODE1_SEQNUMBER.unl
&lt;BR /&gt;sample20161115_SOMECODE2_SEQNUMBER.unl,etc
&lt;BR /&gt;So how can i iterate??I mean what filemask should i keep in tfilelist component??
&lt;BR /&gt;Any help would be greatful</description>
      <pubDate>Tue, 15 Nov 2016 09:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256373#M38780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256374#M38781</link>
      <description>of course - tFileList (use as pattern "*.unl") -&amp;gt; tFileInputDelimited -&amp;gt; tMap -&amp;gt;output&lt;BR /&gt;all must work as switzerland watches&amp;nbsp;</description>
      <pubDate>Tue, 15 Nov 2016 10:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256374#M38781</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-15T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256375#M38782</link>
      <description>Hi,
&lt;BR /&gt;Thanx for the reply.
&lt;BR /&gt;But still my problem was not resolved.
&lt;BR /&gt;I have three files in a directory
&lt;BR /&gt;mon20161113_103_941462.unl
&lt;BR /&gt;mon20161113_103_941463.unl
&lt;BR /&gt;mon20161113_103_941464.unl
&lt;BR /&gt;But when I gave filemask as "mon20161113_103_*.unl" in tfilelist and in tfileinputdelimited I created metadata with mon20161113_103_941462.unl file.
&lt;BR /&gt;But when i run my job its showing 3 execs finished but when i see output the first file data is only stored 3 times but not 2 and 3 files.
&lt;BR /&gt;Please help me with this.</description>
      <pubDate>Wed, 16 Nov 2016 07:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256375#M38782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256376#M38783</link>
      <description>it mean - You have error somewhere also &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;we of course can try to guess, but will be much better if You show Your Job ... much more easy 
&lt;BR /&gt;without information, just trust me - it work!&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&amp;nbsp;even with hundreds of files, sure simple error</description>
      <pubDate>Wed, 16 Nov 2016 08:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256376#M38783</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-16T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256377#M38784</link>
      <description>Attached is the job...pls help me with this</description>
      <pubDate>Wed, 16 Nov 2016 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256377#M38784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256378#M38785</link>
      <description>Hi,
&lt;BR /&gt;We can't see the screenshot on our side. Could you attach it on the forum, please? That would be great.
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Screenshots works only if you drag&amp;amp;drop the image directly in the editor window.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256378#M38785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T10:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256379#M38786</link>
      <description>PFA</description>
      <pubDate>Fri, 18 Nov 2016 06:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256379#M38786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T06:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256380#M38787</link>
      <description>HI,&lt;BR /&gt;Thanks.Faced some issue while uploading</description>
      <pubDate>Fri, 18 Nov 2016 08:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256380#M38787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T08:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: process multiple files in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256381#M38788</link>
      <description>Hi, 
&lt;BR /&gt;Can you click "UPLOAD" button to attach your screenshot? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCEc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140141iA70F6DFFAD6CB155/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCEc.png" alt="0683p000009MCEc.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 18 Nov 2016 08:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/process-multiple-files-in-Talend/m-p/2256381#M38788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T08:21:07Z</dc:date>
    </item>
  </channel>
</rss>

