<?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: Dynamic Selection of Input Files from Metadata in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324410#M94119</link>
    <description>Hi
&lt;BR /&gt;You need to iterate the input values and pass it to tfileinputExcel as file name, eg:
&lt;BR /&gt;tMysqlInput--main(row1)--tFlowToIterate--iterate--tFileinputExcel--main--&amp;gt;tlogrow
&lt;BR /&gt;
&lt;BR /&gt;on tFileInputExcel, you can set the file path as, eg:
&lt;BR /&gt;"D:/filepath/"+(String)globalMap.get("row1.indicator_source_table")
&lt;BR /&gt;
&lt;BR /&gt;Hope it gives you hints.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
    <pubDate>Thu, 23 May 2019 04:17:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-23T04:17:14Z</dc:date>
    <item>
      <title>Dynamic Selection of Input Files from Metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324409#M94118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have a table with multiple columns of which one column is indicator_source_table . I want talend to read the value in a row corresponding to this column and use the value specified there to import another file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For eg;&lt;/P&gt; 
&lt;P&gt;If in a particular row under the indicator_source_table column we get a value of "Net" then talend should import a file named Net.xlsx from my systemor metadata&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 13:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324409#M94118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-22T13:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection of Input Files from Metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324410#M94119</link>
      <description>Hi
&lt;BR /&gt;You need to iterate the input values and pass it to tfileinputExcel as file name, eg:
&lt;BR /&gt;tMysqlInput--main(row1)--tFlowToIterate--iterate--tFileinputExcel--main--&amp;gt;tlogrow
&lt;BR /&gt;
&lt;BR /&gt;on tFileInputExcel, you can set the file path as, eg:
&lt;BR /&gt;"D:/filepath/"+(String)globalMap.get("row1.indicator_source_table")
&lt;BR /&gt;
&lt;BR /&gt;Hope it gives you hints.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2019 04:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324410#M94119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T04:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection of Input Files from Metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324411#M94120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks Shong for your reply .&lt;/P&gt;
&lt;P&gt;The problem im facing is that I reached the tinputfile component but in this component we have to define the input file schema manually so that job runs properly and we can use the input file for other transformations . Is there any way that we can bypass the define schema step because if we are creating a dynamic system this tinputfile can have any table within it whose schema differ.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvj9"&gt;Annotation 2019-05-23 092712.png&lt;/A&gt;</description>
      <pubDate>Thu, 23 May 2019 04:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324411#M94120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T04:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection of Input Files from Metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324412#M94121</link>
      <description>Hi 
&lt;BR /&gt;Take a look at the dynamic schema feature, this feature is only available on enterprise subscription product. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EwBAAU" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/21702?advanced=false&amp;amp;collapse_discussion=true&amp;amp;filter=includeTkbs,location&amp;amp;include_tkbs=true&amp;amp;location=tkb-board:trb_develop&amp;amp;q=dynamic%20schema&amp;amp;search_type=thread&lt;/A&gt; 
&lt;BR /&gt;If you are using community edition, this is impossible, because the file structure always changes. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 24 May 2019 01:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Selection-of-Input-Files-from-Metadata/m-p/2324412#M94121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T01:38:29Z</dc:date>
    </item>
  </channel>
</rss>

