<?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 tFileList with multiple patterns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322185#M92151</link>
    <description>&lt;P&gt;Hello, I'd like to know if it's possible to manage different file format from a tFileList ?&lt;/P&gt;&lt;P&gt;My situation : a directory with xls, xlsx and csv files (all have the same format).&lt;/P&gt;&lt;P&gt;I want to iterate with tFileList with *.xls, *.xlsx and *.csv patterns and then redirect to a tFileInputDelimited or tFileInputExcel depending on file extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:32:38 GMT</pubDate>
    <dc:creator>Nikko</dc:creator>
    <dc:date>2024-11-16T09:32:38Z</dc:date>
    <item>
      <title>tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322185#M92151</link>
      <description>&lt;P&gt;Hello, I'd like to know if it's possible to manage different file format from a tFileList ?&lt;/P&gt;&lt;P&gt;My situation : a directory with xls, xlsx and csv files (all have the same format).&lt;/P&gt;&lt;P&gt;I want to iterate with tFileList with *.xls, *.xlsx and *.csv patterns and then redirect to a tFileInputDelimited or tFileInputExcel depending on file extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322185#M92151</guid>
      <dc:creator>Nikko</dc:creator>
      <dc:date>2024-11-16T09:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322186#M92152</link>
      <description>&lt;P&gt;Assuming your tFileList is called tFileList1, check the value of "((String)globalMap.get("tFileList_1_CURRENT_FILEEXTENSION"))" to decide which component must be used to read the content of the current file.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322186#M92152</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-07-11T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322187#M92153</link>
      <description>&lt;P&gt;Hi TRF,&lt;/P&gt;
&lt;P&gt;From tFileList component I'have to draw an iterate link ... to what kind of component ?&lt;/P&gt;
&lt;P&gt;If I draw a "Execute if" link from the tFileList to a tFileInputDelimited and another to tFileInputExcel, there is no more iteration ...&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322187#M92153</guid>
      <dc:creator>Nikko</dc:creator>
      <dc:date>2017-07-11T13:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322188#M92154</link>
      <description>&lt;P&gt;I've never try this before.&lt;/P&gt;&lt;P&gt;What if you&amp;nbsp;put a dummy tJava after tFileList? Does this also break the iteration?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322188#M92154</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-07-11T13:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322189#M92155</link>
      <description>&lt;P&gt;You can link the Iterate to a tJava as a stub, and then draw Run If links from the tJava. &amp;nbsp;The tJava basically becomes a Stub to draw links from. &amp;nbsp;But you definitely needs to use iterate from the tFileList&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322189#M92155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T13:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322190#M92156</link>
      <description>&lt;P&gt;Here's what I have done :&lt;/P&gt;&lt;P&gt;tFileList (with my 3 patterns)&lt;/P&gt;&lt;P&gt;&amp;nbsp; --&amp;gt;iterate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;tJava&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;runIf order#1 ((String)globalMap.get("tFileList_5_CURRENT_FILEEXTENSION")).equals("csv")--&amp;gt;tFileInputDelimited&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;runIf order#2 ((String)globalMap.get("tFileList_5_CURRENT_FILEEXTENSION")).equals("xls")--&amp;gt;tFileInputExcel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;runIf order#3 ((String)globalMap.get("tFileList_5_CURRENT_FILEEXTENSION")).equals("xlsx")--&amp;gt;tFileInputExcel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the job, it takes my first file (a csv), call the right branch (open with tFileInputDelimited) and stop !&lt;/P&gt;&lt;P&gt;Seems that iteration stops !&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322190#M92156</guid>
      <dc:creator>Nikko</dc:creator>
      <dc:date>2017-07-11T14:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322191#M92157</link>
      <description>&lt;P&gt;It shouldn't... Unless your filters in the tFileList is not working. &amp;nbsp;Do you have more than 1 file?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322191#M92157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T14:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList with multiple patterns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322192#M92158</link>
      <description>&lt;P&gt;Your right, I made a mistake ... sorry !&lt;/P&gt;&lt;P&gt;Thank you for your help !&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-with-multiple-patterns/m-p/2322192#M92158</guid>
      <dc:creator>Nikko</dc:creator>
      <dc:date>2017-07-11T14:31:36Z</dc:date>
    </item>
  </channel>
</rss>

