<?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: Dynamic FeildNames Change in a file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289675#M63028</link>
    <description>&lt;P&gt;This tutorial may help you solve this problem (&lt;A href="https://www.rilhia.com/tutorials/dynamic-column-order" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/dynamic-column-order&lt;/A&gt;). What you will need to do is set up your file component to read in up to the max number of columns you think may arrive, then use logic similar to that of the tutorial to filter it down to just your required data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 10:16:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-11T10:16:14Z</dc:date>
    <item>
      <title>Dynamic FeildNames Change in a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289674#M63027</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;
&lt;P&gt;From my source file i have to read 11 columns these are static.&lt;/P&gt;
&lt;P&gt;Every time feilds count in file will vary&lt;/P&gt;
&lt;P&gt;sometimes it is 25 and some time it will be more&lt;/P&gt;
&lt;P&gt;is their any way that i can read only that particular 11 fields irrespective of fields count in file.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Deepthi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 06:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289674#M63027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FeildNames Change in a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289675#M63028</link>
      <description>&lt;P&gt;This tutorial may help you solve this problem (&lt;A href="https://www.rilhia.com/tutorials/dynamic-column-order" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/dynamic-column-order&lt;/A&gt;). What you will need to do is set up your file component to read in up to the max number of columns you think may arrive, then use logic similar to that of the tutorial to filter it down to just your required data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289675#M63028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T10:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FeildNames Change in a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289676#M63029</link>
      <description>&lt;P&gt;Thanks for your response&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That solved my 50% of task&lt;/P&gt;&lt;P&gt;The other issue i have with is Feild name might vary&amp;nbsp;&lt;/P&gt;&lt;P&gt;ie some time it could be&lt;/P&gt;&lt;P&gt;FirstName&lt;/P&gt;&lt;P&gt;LastName&lt;/P&gt;&lt;P&gt;second Time it could be&lt;/P&gt;&lt;P&gt;FN&lt;/P&gt;&lt;P&gt;LN&lt;/P&gt;&lt;P&gt;third time it could be&lt;/P&gt;&lt;P&gt;LName&lt;/P&gt;&lt;P&gt;FName so how to hand these&lt;/P&gt;&lt;P&gt;Please help me out&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289676#M63029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FeildNames Change in a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289677#M63030</link>
      <description>&lt;P&gt;Do you have a complete list of the possible field names? If so, you can build them into your dynamic column filtering logic. Alternatively you could import a column by column list into your tMap as a lookup. For example, you might have the following data for firstname and surname....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Firstname&lt;BR /&gt;FN&lt;/P&gt;
&lt;P&gt;FirstN&lt;/P&gt;
&lt;P&gt;FName&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Surname&lt;BR /&gt;SName&lt;BR /&gt;LastName&lt;/P&gt;
&lt;P&gt;LName&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you prepared that data into a table/file with a Firstname and Surname column, like below.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Firstname, Surname&lt;BR /&gt;FName, SName&lt;/P&gt;
&lt;P&gt;FN, LastName&lt;/P&gt;
&lt;P&gt;FirstN, LName&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;..... you can test your column names against each of the values in this file/table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will be a bit tricky to get right, but once the logic is correct you will be able to dynamically add to this list as and when your column headings change.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-FeildNames-Change-in-a-file/m-p/2289677#M63030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T11:35:17Z</dc:date>
    </item>
  </channel>
</rss>

