<?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: Import tFileInputDelimited and pass column values to tFtpGet as file mask? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264802#M44538</link>
    <description>&lt;P&gt;Thanks! That is what I needed.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it possible to set a wildcard in the remote directory input? I want to set a directory but let it go through all sub-directories to scan for a given file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Remote directory: "folder name/./"&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is what I tried, hoping "." would trigger a wildcard for the sub-directories but it doesn't seem to be taking it. I don't see an option to explicitly include sub-directories.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 21:10:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-20T21:10:45Z</dc:date>
    <item>
      <title>Import tFileInputDelimited and pass column values to tFtpGet as file mask?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264800#M44536</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a few things without success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I just want to feed a list of files to an tFtpGet component. I have a singular column of file names within a tFileInputDelimited component and run through the list, passing each file name to a file name mask within an tFtpGet component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFileInputDelimited -&amp;gt; fFlowToIterate -&amp;gt; tFtpGet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this isn't right but the farthest I get is a null pointed exception on the first row processing but when I disable the FTP component and put the output to a tLogRow it displays all the file names as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please point me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 18:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264800#M44536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-20T18:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Import tFileInputDelimited and pass column values to tFtpGet as file mask?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264801#M44537</link>
      <description>This is the right direction.
&lt;BR /&gt;If the row between tFileInputDelimited and fFlowToIterate is named row1 and fFlowToIterate has the default settings, you should be able to use (String)globalMap.get("row1.filename") for the filemask field.
&lt;BR /&gt;Feel free to share your settings.</description>
      <pubDate>Wed, 20 Nov 2019 20:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264801#M44537</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-11-20T20:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import tFileInputDelimited and pass column values to tFtpGet as file mask?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264802#M44538</link>
      <description>&lt;P&gt;Thanks! That is what I needed.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it possible to set a wildcard in the remote directory input? I want to set a directory but let it go through all sub-directories to scan for a given file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Remote directory: "folder name/./"&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is what I tried, hoping "." would trigger a wildcard for the sub-directories but it doesn't seem to be taking it. I don't see an option to explicitly include sub-directories.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 21:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264802#M44538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-20T21:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import tFileInputDelimited and pass column values to tFtpGet as file mask?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264803#M44539</link>
      <description>Not sure. You have to try it by yourself.</description>
      <pubDate>Wed, 20 Nov 2019 21:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-tFileInputDelimited-and-pass-column-values-to-tFtpGet-as/m-p/2264803#M44539</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-11-20T21:25:28Z</dc:date>
    </item>
  </channel>
</rss>

