<?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: tFileInputDelimited dynamic filename in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215431#M11853</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Depends on when you want to parse it.&lt;/P&gt;&lt;P&gt;If it's the same day you can use in the file name :&lt;/P&gt;&lt;PRE&gt;"somefile_" + TalendDate.getDate("yyyMMdd") + ".csv"&lt;/PRE&gt;&lt;P&gt;If you want to parse it one every week, use a tFileList then iterate into a tFileInputDelimited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it'll help.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 10:11:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-24T10:11:13Z</dc:date>
    <item>
      <title>tFileInputDelimited dynamic filename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215429#M11851</link>
      <description>&amp;lt;p&amp;gt;Hello, how to pass parameter filename to tFileInputDelimited?&amp;lt;/p&amp;gt; 
&lt;BR /&gt;&amp;lt;p&amp;gt;I have to parse a file that changes daily, the filename format is &amp;lt;strong&amp;gt;somefile_yyyymmdd.csv&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt; 
&lt;BR /&gt;&amp;lt;p&amp;gt;So every day it will have different name&amp;lt;/p&amp;gt; 
&lt;BR /&gt;&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt; 
&lt;BR /&gt;&amp;lt;p&amp;gt;In tFileInputDelimited, I have to select the file manually?&amp;lt;/p&amp;gt;</description>
      <pubDate>Thu, 24 Jan 2019 08:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215429#M11851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-24T08:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited dynamic filename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215430#M11852</link>
      <description>&lt;P style="margin: 0px; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Could you please try to use a tFileList component to iterate your somefile_yyyymmdd.csv file in a given directory based on a file mask pattern?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;tFileList(*.csv)--&amp;gt;tfileinputdelmited(((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) )--&amp;gt;output&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 08:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215430#M11852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-24T08:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited dynamic filename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215431#M11853</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Depends on when you want to parse it.&lt;/P&gt;&lt;P&gt;If it's the same day you can use in the file name :&lt;/P&gt;&lt;PRE&gt;"somefile_" + TalendDate.getDate("yyyMMdd") + ".csv"&lt;/PRE&gt;&lt;P&gt;If you want to parse it one every week, use a tFileList then iterate into a tFileInputDelimited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it'll help.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 10:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215431#M11853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-24T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited dynamic filename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215432#M11854</link>
      <description>&lt;P&gt;Use the below code -&lt;/P&gt;&lt;PRE&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")).replace(".csv","")+"_"+TalendDate.getDate("yyyyMMdd")+".csv"&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 12:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-dynamic-filename/m-p/2215432#M11854</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2019-01-24T12:00:13Z</dc:date>
    </item>
  </channel>
</rss>

