<?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: Load data to a table from different format based files located at same location in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213163#M10520</link>
    <description>&lt;P&gt;Thank you for quick response&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLBLAA4"&gt;@ankit7359&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I understood your response and will try this one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;however, i would like to add one more point here that the source files may change dynamically.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;example : &amp;nbsp;We have 3 files Today but i may get different format files and number of file may increase or decrease tomorrow based on customer requirement.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sakri&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 06:04:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-06T06:04:22Z</dc:date>
    <item>
      <title>Load data to a table from different format based files located at same location</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213161#M10518</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one question here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input File formats :&lt;/P&gt;&lt;P&gt;.xlsx&lt;/P&gt;&lt;P&gt;.xml&lt;/P&gt;&lt;P&gt;.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output :&lt;/P&gt;&lt;P&gt;Single data base table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my idea is that we have to convert all input files into one format(example .csv ) and finally load the data into target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest how can we achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakri&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213161#M10518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T05:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load data to a table from different format based files located at same location</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213162#M10519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP1cAAG"&gt;@Sakri&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;You can achieve this by doing the following:&lt;/P&gt;
&lt;P&gt;Considering different formats(FILE) as main sources, you can use tmap where in you can join and have a single output(tfiledelimited) and then use this output as input for loading data into your database..&lt;/P&gt;
&lt;P&gt;As per your definition the flow would go like this:&lt;/P&gt;
&lt;P&gt;FILE(INPUT_FILE)--------&amp;gt;&lt;/P&gt;
&lt;P&gt;FILE(INPUT_FILE)--------&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;TMAP -----------&amp;gt;&amp;gt;&amp;gt; TFILEOUTPUTDELIMITED-----&amp;gt;&amp;gt;&amp;gt;TDBOUTPUT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILE(INPUT_FILE)--------&amp;gt;&lt;/P&gt;
&lt;P&gt;But there is an advantage and disadvantage in the above scenario...&lt;/P&gt;
&lt;P&gt;the advantage is that your performance would be better in the sense FILE TO DB the loading of records is faster. While the disadvantage(as per my view) is that this flow is quite long processes.&lt;/P&gt;
&lt;P&gt;You can also try the below FLOW if you wish&lt;/P&gt;
&lt;P&gt;FILE&lt;SPAN&gt;(INPUT_FILE)&lt;/SPAN&gt;--------&amp;gt;&lt;/P&gt;
&lt;P&gt;FILE&lt;SPAN&gt;(INPUT_FILE)&lt;/SPAN&gt;--------&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;TMAP -----------&amp;gt;&amp;gt;&amp;gt;-----&amp;gt;&amp;gt;&amp;gt;TDBOUTPUT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILE&lt;SPAN&gt;(INPUT_FILE)&lt;/SPAN&gt;--------&amp;gt;&lt;/P&gt;
&lt;P&gt;If you are still unclear on this,Pls get back to community.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ankit.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213162#M10519</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-12-06T05:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load data to a table from different format based files located at same location</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213163#M10520</link>
      <description>&lt;P&gt;Thank you for quick response&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLBLAA4"&gt;@ankit7359&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I understood your response and will try this one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;however, i would like to add one more point here that the source files may change dynamically.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;example : &amp;nbsp;We have 3 files Today but i may get different format files and number of file may increase or decrease tomorrow based on customer requirement.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sakri&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213163#M10520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load data to a table from different format based files located at same location</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213164#M10521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP1cAAG"&gt;@Sakri&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Do you mean to say that the source files are stored in some remote location or are they stored/sent to you via mail or etc...&lt;/P&gt; 
&lt;P&gt;Till where i know if they are stored in remote location ---&amp;gt; you have to Internet Components(FTP COMPONENTS) to dynamically bring in your file/files.&lt;/P&gt; 
&lt;P&gt;Well,if we consider that the source files are coming from REMOTE SEVER/CONNECTION then FTP COMPONENTS have to be used and your flow would be like this...&lt;/P&gt; 
&lt;P&gt;TFTPCONNECTION------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TFTPFILELIST-------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TFILEGET--------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TMAP--------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TFILEOUTPUTDELIMITED---------&amp;gt;&amp;gt;&amp;gt;TDBOUTPUT&lt;/P&gt; 
&lt;P&gt;OR&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;TFTPCONNECTION------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TFTPFILELIST-------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TFILEGET--------&amp;gt;&amp;gt;&amp;gt;&amp;gt;TMAP---------&amp;gt;&amp;gt;&amp;gt;TDBOUTPUT..&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Pls be advised that in TFTPFILELIST,you must specify in the filemask the different source FILE EXT have to be specified.. only then you can work this out...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;However, Pls try it from your end and if you are facing issues Pls get back to Community.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Ankit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-to-a-table-from-different-format-based-files-located/m-p/2213164#M10521</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-12-06T06:19:33Z</dc:date>
    </item>
  </channel>
</rss>

