<?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: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads &amp;quot;Sub_20180522.xlsx&amp;quot; then tFileList2 must read &amp;quot;Pay_20180522.xlsx&amp;quot; using Talend Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342830#M110649</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;,can you try with below way as a pattern of tFileList.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Sub_"+TalendDate.getDate("yyyyMMdd")+".xlsx"&lt;BR /&gt;"Pay_"+TalendDate.getDate("yyyyMMdd")+".xlsx"&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 06:48:41 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-05-24T06:48:41Z</dc:date>
    <item>
      <title>How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342828#M110647</link>
      <description>&lt;P&gt;Suppose tFileList_1 fetches the file Sub_20180522.xlsx, then tFileList_2 must&amp;nbsp; read this Pay_20180522.xlsx file the suffix should be same of both files similarly in tFileList_3 and tFileList_4&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i implement this kind of Structure in Talend Data Integration??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 06:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342828#M110647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T06:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342829#M110648</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;,can you explain detailed,what eactly are you looking for?&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 06:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342829#M110648</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T06:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342830#M110649</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;,can you try with below way as a pattern of tFileList.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Sub_"+TalendDate.getDate("yyyyMMdd")+".xlsx"&lt;BR /&gt;"Pay_"+TalendDate.getDate("yyyyMMdd")+".xlsx"&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 06:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342830#M110649</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T06:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342831#M110650</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;Suppose one folder consist of&amp;nbsp; following files:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Pay_20180522.xlsx&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Pay_20180523.xlsx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Pay_20180524.xlsx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Sub_20180522.xlsx&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sub_20180523.xlsx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sub_20180524.xlsx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If tFileList_1 executes Pay_20180522.xlsx then compulsorily tFileList_2 should execute Sub_20180522.xlsx&amp;nbsp; and store this data into external file or database&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;same iterating again the if tFileList_1 executes Pay_20180523.xlsx then tFileList_2 must Execute the file of Sub with same date as Pay_20180523.xlsx means it should execute Sub_20180523.xlsx&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 06:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342831#M110650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T06:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342832#M110651</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Sub_"+TalendDate.getDate("yyyyMMdd")+".xlsx"&lt;BR /&gt;"Pay_"+TalendDate.getDate("yyyyMMdd")+".xlsx"&lt;BR /&gt;&lt;BR /&gt;This will only Fetch files of current date !! that is the issue , i want to Fetch thousands of files of previous year, which having same format as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sub_YYYYMMDD.xlsx&lt;/P&gt;
&lt;P&gt;Pay_YYYYMMDD.xlsx&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 06:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342832#M110651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T06:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342833#M110652</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;,in a tFileLists,if you specify Order by&amp;gt;&amp;gt;By file name and Order action&amp;gt;&amp;gt; ASC in Basic setting.&lt;/P&gt;
&lt;P&gt;you will get the same date file accross the filelists.&lt;/P&gt;
&lt;P&gt;and use the pattern like below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Sub_*.xlsx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Pay_*.xlsx"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342833#M110652</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T07:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i simultaneously fetch multiple files from same folder with same suffix, if tFileList1 reads "Sub_20180522.xlsx" then tFileList2 must read "Pay_20180522.xlsx" using Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342834#M110653</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;i Executed it already, what happens when i execute this type of statements&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;"Sub_*.xlsx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Pay_*.xlsx"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sub_20180522 maps with Pay_20180523 which is inconvenient and data will corrupt, I want to create a job that execute&amp;nbsp;following points&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Suppose output file is May_2018&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;SPAN&gt;Sub_20180522 should be mapped with only Pay_20180522, not other files and store output in May_2018.&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;Similarly from 20180501 to 20180530 each file of Pay should be&amp;nbsp;mapped with an exact same date as Sub and Store it in May_2018&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;each files contains ID and Pay in Pay&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;each files&amp;nbsp;of Sub contains ID and Name&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;May_2018 contains, ID,NAme and Pay.&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;each ID and Name will be the same but Pay will different.&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;with the use of this&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"Sub_*.xlsx" &amp;amp; "Pay_*.xlsx", my data is corrupted due to mismatching.&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-simultaneously-fetch-multiple-files-from-same-folder/m-p/2342834#M110653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T07:38:21Z</dc:date>
    </item>
  </channel>
</rss>

