<?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: Eliminate matching data from the file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219428#M14241</link>
    <description>&lt;P&gt;On what basis the joins be mentioned , as we dont know the position of this column has the value&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 14:37:10 GMT</pubDate>
    <dc:creator>Karuetl</dc:creator>
    <dc:date>2018-12-10T14:37:10Z</dc:date>
    <item>
      <title>Eliminate matching data from the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219426#M14239</link>
      <description>&lt;P&gt;I have below source file and data from table A , if file contains any of the values from Table A then eliminate it from the file .. need help in either Java or anything&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One logic i thought is convert entire row from file as string into Java so that i can compare and mark true or false and then filter , but need help to write java code&lt;/P&gt;&lt;P&gt;if any better logic please let me know&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source file as below (Dynamic columns positions are not known)&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;7465721^2018-10-22^^^34^2018-10-22 00:59:01^2018-10-22 ^ln-01@abc.com^663986903^Auth&lt;BR /&gt;3486223^2018-10-22^^^34^2018-10-22 00:59:05^2018-10-22 ^ln-01@euf.com^708548590^Auth&lt;BR /&gt;8975432^2018-10-22^^18459068^607^2018-10-22 00:59:12^2018-10-22 ^mmcvetril^185245600^OnlineAcc&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;9642532^2018-10-22^^84441111^607^2018-10-22 00:59:12^2018-10-22 ^acboid^346543245^webv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table A i have below values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;708548590&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;965354999&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;346543245&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want the output as&amp;nbsp;&lt;/P&gt;&lt;P&gt;7465721^2018-10-22^^^34^2018-10-22 00:59:01^2018-10-22 ^ln-01@abc.com^663986903^Auth&lt;BR /&gt;8975432^2018-10-22^^18459068^607^2018-10-22 00:59:12^2018-10-22 ^mmcvetril^185245600^OnlineAcc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 16:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219426#M14239</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-12-07T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate matching data from the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219427#M14240</link>
      <description>&lt;P&gt;This is a very common and simple use case.&lt;/P&gt;
&lt;P&gt;Use a tFileInputDelimited to read the input file with "^" as a field separator.&lt;/P&gt;
&lt;P&gt;Then with a tMap join the flow with the lookup table to exclude undesired lines ("inner join" + catch "inner join reject" options).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 12:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219427#M14240</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-12-09T12:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate matching data from the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219428#M14241</link>
      <description>&lt;P&gt;On what basis the joins be mentioned , as we dont know the position of this column has the value&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 14:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Eliminate-matching-data-from-the-file/m-p/2219428#M14241</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-12-10T14:37:10Z</dc:date>
    </item>
  </channel>
</rss>

