<?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: [resolved] tFileInputDelimited accepting a variable to dynamically in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321774#M91772</link>
    <description>Hello guy 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;in the same time for each record in main excel (tFileInputExcel_3) to look up for some values in lookup excel file. The name of this lookup excel file depends on filename from point 1.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I get your point now. 
&lt;BR /&gt;To reach this aim, you need put the main and lookup flow in a child job, use a tRunJob component to run this child job in the father job. I have created an example job, please see my screenshots. 
&lt;BR /&gt;Hope you understand well!! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
    <pubDate>Fri, 31 Jul 2009 04:09:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-31T04:09:09Z</dc:date>
    <item>
      <title>[resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321768#M91766</link>
      <description>Is there a way to send the tFileInputDelimited component variable to dynamically fill in the file that I need to process. 
&lt;BR /&gt;1. The file is stored in a directory.
&lt;BR /&gt;2. The file names are stored in a database table. 
&lt;BR /&gt;3. I can get the name from the db but can figure out if there is a way to send that name to the tFileInputDelimited component.
&lt;BR /&gt;Best regards.
&lt;BR /&gt;I am currently a novice user.</description>
      <pubDate>Sat, 16 Nov 2024 13:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321768#M91766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321769#M91767</link>
      <description>It is possible.
&lt;BR /&gt;You can put this value in the globalMap of your job, and use it after.
&lt;BR /&gt;If you have several files in your DB, the better way is probably to use a tFlowToIterate (which store the fileName the globalMap for each file).</description>
      <pubDate>Fri, 29 May 2009 21:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321769#M91767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-29T21:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321770#M91768</link>
      <description>Sorry it took so long to reply to this message. bcourtine this worked great!!! I decided to you use the tFlowToIterate component which worked great. The more I work with the various componets I find them easy to use.
&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 01 Jun 2009 16:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321770#M91768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-01T16:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321771#M91769</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;It is possible.&lt;BR /&gt;You can put this value in the globalMap of your job, and use it after.&lt;BR /&gt;If you have several files in your DB, the better way is probably to use a tFlowToIterate (which store the fileName the globalMap for each file).&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hello, 
&lt;BR /&gt;I'm novice user so be patient with me 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I have similar situation and resolve it in the same way. 
&lt;BR /&gt;Here is a picture of part of my job design. 
&lt;BR /&gt;I have a tFileInputDelimited component which holds a part of the name of the tFileInputExcel_3 file. 
&lt;BR /&gt;It is shown on a picture. It works as a charm. 
&lt;BR /&gt;My problem is, each of those excel files that I process in a loop, has several lookup excel files. 
&lt;BR /&gt;Those files are in the same directory and I can not move them. 
&lt;BR /&gt;I made a tFileInputExcel_2 component and it is not working. (bad file name). 
&lt;BR /&gt;I apply the same rule for creating a fileName as in a tFileInputExcel_3 component. 
&lt;BR /&gt;Is there a way for each record in FileInputDelimited file, to make a look up excel component with "dynamic" fileName. 
&lt;BR /&gt;bottom line: 
&lt;BR /&gt;1. in component tFlowToIterate_1 I have a variable "fileName" 
&lt;BR /&gt;2. in tFileInputExcel_3 component I dynamically create a file name with this variable "fileName". It works. 
&lt;BR /&gt;3. in tFileInputExcel_2 (lookup excel file) this variable "fileName" is null. It's not working. 
&lt;BR /&gt;In what way I can resolve this problem? 
&lt;BR /&gt;thanks in advance. 
&lt;BR /&gt;Best regards.</description>
      <pubDate>Wed, 29 Jul 2009 22:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321771#M91769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-29T22:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321772#M91770</link>
      <description>Hello guy
&lt;BR /&gt;Also use a tFileInputDelimited and tFlowToIterate to iterate all the file name, then use a tUnite to merge all look up records.
&lt;BR /&gt;tFileInputDelimited--&amp;gt;tFlowToIterate--iterate--&amp;gt;tFileInputExcel_2--&amp;gt;tUnite--&amp;gt;tMap
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 30 Jul 2009 03:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321772#M91770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-30T03:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321773#M91771</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello guy&lt;BR /&gt;Also use a tFileInputDelimited and tFlowToIterate to iterate all the file name, then use a tUnite to merge all look up records.&lt;BR /&gt;tFileInputDelimited--&amp;gt;tFlowToIterate--iterate--&amp;gt;tFileInputExcel_2--&amp;gt;tUnite--&amp;gt;tMap&lt;BR /&gt;Best regards&lt;BR /&gt; shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;thanks for quick reply, but 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I don't get it. I do not have to merge the content (tUnite component) of "main" and lookup tables. 
&lt;BR /&gt;What I need is in loop of reading input file (tFlowToIterate_1) to make three things: 
&lt;BR /&gt;1. read main excel file (tFileInputExcel_3) with dynamic fileName (I done that) 
&lt;BR /&gt;2. in the same time for each record in main excel (tFileInputExcel_3) to look up for some values in lookup excel file. The name of this lookup excel file depends on filename from point 1. (tMap component) 
&lt;BR /&gt;3. write this record to DB (main component) 
&lt;BR /&gt;and I need this loop to iterate for 20 excel tables and 20 excel lookup tables (both excel tables have dynamic filename). 
&lt;BR /&gt;I have try to use tUnite component but I do not see in what way this component can resolve my problem...maybe I miss something obvious..i do not know 
&lt;BR /&gt;Once more, 
&lt;BR /&gt;thanks for valuable input. I have learn something new.. 
&lt;BR /&gt;Regrads.</description>
      <pubDate>Thu, 30 Jul 2009 20:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321773#M91771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-30T20:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321774#M91772</link>
      <description>Hello guy 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;in the same time for each record in main excel (tFileInputExcel_3) to look up for some values in lookup excel file. The name of this lookup excel file depends on filename from point 1.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I get your point now. 
&lt;BR /&gt;To reach this aim, you need put the main and lookup flow in a child job, use a tRunJob component to run this child job in the father job. I have created an example job, please see my screenshots. 
&lt;BR /&gt;Hope you understand well!! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 31 Jul 2009 04:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321774#M91772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-31T04:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321775#M91773</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello guy&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;in the same time for each record in main excel (tFileInputExcel_3) to look up for some values in lookup excel file. The name of this lookup excel file depends on filename from point 1.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I get your point now. &lt;BR /&gt;To reach this aim, you need put the main and lookup flow in a child job, use a tRunJob component to run this child job in the father job. I have created an example job, please see my screenshots.&lt;BR /&gt;Hope you understand well!!&lt;BR /&gt;Best regards&lt;BR /&gt; shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;working great. 
&lt;BR /&gt;thats what I need... 
&lt;BR /&gt;Thanks for your time. 
&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 31 Jul 2009 08:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321775#M91773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-31T08:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321776#M91774</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;working great.&lt;BR /&gt;thats what I need...&lt;BR /&gt;Thanks for your time.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Good news, 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; it is very nice to help you and hope you enjoy Talend!!! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 31 Jul 2009 08:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321776#M91774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-31T08:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited accepting a variable to dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321777#M91775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to see the solution (screenshots) for this, please advise.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 05:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-accepting-a-variable-to-dynamically/m-p/2321777#M91775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T05:43:19Z</dc:date>
    </item>
  </channel>
</rss>

