<?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: Reading a Pipe Delimited file with variable columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298095#M70602</link>
    <description>&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have the headers for all the 5 columns, then after reading the file you can use a tMap to split according to column 3 and output the result to separate files.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 16:16:17 GMT</pubDate>
    <dc:creator>Ani1</dc:creator>
    <dc:date>2020-10-07T16:16:17Z</dc:date>
    <item>
      <title>Reading a Pipe Delimited file with variable columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298092#M70599</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pipe Delimited file with variable columns like shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row1 --column1|column2|column3|&lt;/P&gt;&lt;P&gt;Row2 --Column1|column2|column3|column4|column5|&lt;/P&gt;&lt;P&gt;Row3--colum1|column2|column3|column4|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried with different ways to read this file, able to read the file, but not able to do any further filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is based on column3 value, a different file to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts how to achieve this in Talend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 03:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298092#M70599</guid>
      <dc:creator>Udaya1</dc:creator>
      <dc:date>2020-10-07T03:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a Pipe Delimited file with variable columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298093#M70600</link>
      <description>&lt;P&gt;@udaya paduchuri​&amp;nbsp;, you can use tfilterrows component and you can filter and generate the required output file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 09:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298093#M70600</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-10-07T09:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a Pipe Delimited file with variable columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298094#M70601</link>
      <description>&lt;P&gt;@Mano--I tried that way, but the problem is the columns are not consistent, hence tfilter is not working.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 10:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298094#M70601</guid>
      <dc:creator>Udaya1</dc:creator>
      <dc:date>2020-10-07T10:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a Pipe Delimited file with variable columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298095#M70602</link>
      <description>&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have the headers for all the 5 columns, then after reading the file you can use a tMap to split according to column 3 and output the result to separate files.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 16:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298095#M70602</guid>
      <dc:creator>Ani1</dc:creator>
      <dc:date>2020-10-07T16:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a Pipe Delimited file with variable columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298096#M70603</link>
      <description>&lt;P&gt;@Ani--Unfortunately, there are no headers for the columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-a-Pipe-Delimited-file-with-variable-columns/m-p/2298096#M70603</guid>
      <dc:creator>Udaya1</dc:creator>
      <dc:date>2020-10-08T06:07:12Z</dc:date>
    </item>
  </channel>
</rss>

