<?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 How to process multiple input files with different columns in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247608#M32736</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to talend and want to understand how to process multiple files in same job with different column names.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For ex:&lt;/P&gt; 
&lt;P&gt;text1:&lt;/P&gt; 
&lt;P&gt;account&lt;/P&gt; 
&lt;P&gt;identity&lt;/P&gt; 
&lt;P&gt;customer&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;text2:&lt;/P&gt; 
&lt;P&gt;acctn&lt;/P&gt; 
&lt;P&gt;id&lt;/P&gt; 
&lt;P&gt;cus&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have thousands file like given above and I have to implement same business logic for every file only challenge is column names are different in every file. So please let me know how dynamically we can process these files in talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks in advance &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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Oct 2018 07:51:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-08T07:51:32Z</dc:date>
    <item>
      <title>How to process multiple input files with different columns in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247608#M32736</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to talend and want to understand how to process multiple files in same job with different column names.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For ex:&lt;/P&gt; 
&lt;P&gt;text1:&lt;/P&gt; 
&lt;P&gt;account&lt;/P&gt; 
&lt;P&gt;identity&lt;/P&gt; 
&lt;P&gt;customer&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;text2:&lt;/P&gt; 
&lt;P&gt;acctn&lt;/P&gt; 
&lt;P&gt;id&lt;/P&gt; 
&lt;P&gt;cus&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have thousands file like given above and I have to implement same business logic for every file only challenge is column names are different in every file. So please let me know how dynamically we can process these files in talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks in advance &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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 07:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247608#M32736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-08T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to process multiple input files with different columns in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247609#M32737</link>
      <description>&lt;P&gt;Column names don't matter as soon as the number of column and their signification are the same for all the files.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 08:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247609#M32737</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-10-08T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to process multiple input files with different columns in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247610#M32738</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOo0AAG"&gt;@abhityagi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It will be better if you can tell , what exactly you want. Expalin better so that we can help you better.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247610#M32738</guid>
      <dc:creator>sbxr</dc:creator>
      <dc:date>2018-10-09T18:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to process multiple input files with different columns in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247611#M32739</link>
      <description>&lt;P&gt;ok thanks for your reply. Let me give you one example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have thousands of file all the files have different names and different column names. I want to apply business logic such as if any column is null then assigned 'Y' value to new variable or assigned 'N'. I don 't want to create again and again schema for any new file or for column names. I want to create a job which can read any file with any column name convention and also create new variable as per their assigned value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;file1:&lt;/P&gt;
&lt;P&gt;col:&lt;/P&gt;
&lt;P&gt;account&lt;/P&gt;
&lt;P&gt;name&lt;/P&gt;
&lt;P&gt;gender&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;file2:&lt;/P&gt;
&lt;P&gt;col:&lt;/P&gt;
&lt;P&gt;acctn&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cust&lt;/P&gt;
&lt;P&gt;sex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247611#M32739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T05:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to process multiple input files with different columns in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247612#M32740</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;The Dynamic schema feature in talend allows you to design schema with an unknown column structure (unknown name and number of columns).&lt;/P&gt; 
&lt;P&gt;Please refer to this KB article about:&lt;A title="https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/21702" href="https://community.qlik.com/s/article/ka03p0000006EwBAAU" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/21702&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 04:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-multiple-input-files-with-different-columns-in/m-p/2247612#M32740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-11T04:41:16Z</dc:date>
    </item>
  </channel>
</rss>

