<?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: Compare CSV file versus DB Records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307099#M78575</link>
    <description>Good Job! many thanks</description>
    <pubDate>Fri, 03 Feb 2012 03:09:06 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-02-03T03:09:06Z</dc:date>
    <item>
      <title>Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307097#M78573</link>
      <description>Hi there,&lt;BR /&gt;New Talend user here. First day of using Talend Integration Suite 4.1.1. I am trying to compare and validate a CSV file versus records in MSSQL DB Table. Do you have any idea how to do this in a nice way? Or i would very much appreciate if you can provide me sample screenshot on the components involve.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Andres</description>
      <pubDate>Sat, 16 Nov 2024 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307097#M78573</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307098#M78574</link>
      <description>Hi,&lt;BR /&gt;You can use the components tFileInputDelimited  for the csv file and tMSSqlInput for the  DB table and then use tMap. Make sure to inner join the map and map all fields that you want to compare. &lt;BR /&gt;Then create 2 output components. The first output could contain the matched records and the second output could contain the non-matched records. You can catch these non-matched records with the "catch inner join rejects" option in the output.&lt;BR /&gt;Good luck</description>
      <pubDate>Thu, 02 Feb 2012 15:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307098#M78574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-02T15:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307099#M78575</link>
      <description>Good Job! many thanks</description>
      <pubDate>Fri, 03 Feb 2012 03:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307099#M78575</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-03T03:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307100#M78576</link>
      <description>Thanks. I was able to do this.&lt;BR /&gt;My next problem is, If there is no data in that Table I want this CSV file to populate that table.&lt;BR /&gt;how to do this using this scenario:&lt;BR /&gt;CSV(tFileInputDelimited) ----&amp;gt; tMAP &amp;lt;---- Table (tMSSLQInlput)</description>
      <pubDate>Wed, 08 Feb 2012 07:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307100#M78576</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-08T07:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307101#M78577</link>
      <description>Hi,&lt;BR /&gt;As saukema said, create a new ouput which will catch the reject. Put your csv as a source and your table as a lookup.</description>
      <pubDate>Wed, 08 Feb 2012 08:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307101#M78577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-08T08:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307102#M78578</link>
      <description>I already did that. This solution only compares. It does not insert to DB.&lt;BR /&gt;see here:&lt;BR /&gt;CSV(tFileInputDelimited) ----&amp;gt; tMAP &amp;lt;---- Table (tMSSLQInlput)&lt;BR /&gt;                                             | |&lt;BR /&gt;                                             | |&lt;BR /&gt;                tFileOutputDelimited1  tFileOutputDelimited2&lt;BR /&gt;wit this scenario, how can i insert the result to TABLE.</description>
      <pubDate>Wed, 08 Feb 2012 08:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307102#M78578</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-08T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307103#M78579</link>
      <description>Link your output reject to a tMSSQLOutput.</description>
      <pubDate>Wed, 08 Feb 2012 08:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307103#M78579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-08T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compare CSV file versus DB Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307104#M78580</link>
      <description>Thanks. it is now working.</description>
      <pubDate>Thu, 09 Feb 2012 02:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-CSV-file-versus-DB-Records/m-p/2307104#M78580</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-09T02:30:30Z</dc:date>
    </item>
  </channel>
</rss>

