<?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 Retrieving the File Path from a Table in Order to Assign the File Name in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357402#M122712</link>
    <description>Hello, 
&lt;BR /&gt;I?m very new to Talend. I?m trying to create a job that will read one or more file paths from a database table and populate the parameter in the tFileInputDelimited component. That would be the first step involved in processing a number of files. 
&lt;BR /&gt;I?ve tried the following: 
&lt;BR /&gt;tMysqlInput?tFlowToIterate --iterate--&amp;gt; tFileInputDelimited -------&amp;lt;Additional File processing&amp;gt; 
&lt;BR /&gt;But I?m receiving this error: 
&lt;BR /&gt;java.lang.IllegalArgumentException: Parameter can't be null. 
&lt;BR /&gt; 
&lt;BR /&gt;I?m not even sure if this is the correct approach. Ideally I think I would like to be able to pass the file path as a variable to a sub job that would process each file. Unfortunately, I?m not even sure where to start with that. 
&lt;BR /&gt; 
&lt;BR /&gt;Any help would be greatly appreciated! 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Patrick</description>
    <pubDate>Sat, 16 Nov 2024 13:52:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:52:29Z</dc:date>
    <item>
      <title>Retrieving the File Path from a Table in Order to Assign the File Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357402#M122712</link>
      <description>Hello, 
&lt;BR /&gt;I?m very new to Talend. I?m trying to create a job that will read one or more file paths from a database table and populate the parameter in the tFileInputDelimited component. That would be the first step involved in processing a number of files. 
&lt;BR /&gt;I?ve tried the following: 
&lt;BR /&gt;tMysqlInput?tFlowToIterate --iterate--&amp;gt; tFileInputDelimited -------&amp;lt;Additional File processing&amp;gt; 
&lt;BR /&gt;But I?m receiving this error: 
&lt;BR /&gt;java.lang.IllegalArgumentException: Parameter can't be null. 
&lt;BR /&gt; 
&lt;BR /&gt;I?m not even sure if this is the correct approach. Ideally I think I would like to be able to pass the file path as a variable to a sub job that would process each file. Unfortunately, I?m not even sure where to start with that. 
&lt;BR /&gt; 
&lt;BR /&gt;Any help would be greatly appreciated! 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Patrick</description>
      <pubDate>Sat, 16 Nov 2024 13:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357402#M122712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving the File Path from a Table in Order to Assign the File Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357403#M122713</link>
      <description>Hello Patrick 
&lt;BR /&gt;First, you are getting the correct approach, but maybe you don't set the correct parameter of component. 
&lt;BR /&gt;Suppose there is one column: filePath on tMysqlInput, enter the parameter below in file name field on tFileInputDelimited: 
&lt;BR /&gt;(String)globalMap.get("row1.filePath") 
&lt;BR /&gt;If you want more precise answer, please upload some screenshot of your job. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 15 Jul 2009 03:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357403#M122713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-15T03:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving the File Path from a Table in Order to Assign the File Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357404#M122714</link>
      <description>That worked!  &lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Wed, 15 Jul 2009 13:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-the-File-Path-from-a-Table-in-Order-to-Assign-the/m-p/2357404#M122714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-15T13:07:29Z</dc:date>
    </item>
  </channel>
</rss>

