<?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: Comparing two .csv files and displaying the differences. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238140#M26348</link>
    <description>It seems to me that this post is a little different than what I am doing. 
&lt;BR /&gt;I already have csv files set up in the tFileCompare both a reference file and the file I want to compare them against one another. 
&lt;BR /&gt;So the schema that is set up for this is the following file, file_ref, moment, job, component, differ and message. 
&lt;BR /&gt;When I attempted to use the tmap there is no schema other than above so how would I set the schema to pull the differences 
&lt;BR /&gt;within the csv files? 
&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 11 Nov 2010 19:26:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-11T19:26:38Z</dc:date>
    <item>
      <title>Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238138#M26346</link>
      <description>I am looking for a way where I can compare two csv files. &lt;BR /&gt;I have used the tfilecompare and recieved the basically messages that the files differ as my &lt;BR /&gt;error message.&lt;BR /&gt;What I want is to include not only that message but a display showing me the differences between the files.&lt;BR /&gt;Can someone give me an idea of how to do this?&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238138#M26346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238139#M26347</link>
      <description>Hi, 
&lt;BR /&gt;This post might help: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkYmCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Compare-the-fields-between-2-tables/td-p/74663&lt;/A&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Rick</description>
      <pubDate>Thu, 11 Nov 2010 09:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238139#M26347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-11T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238140#M26348</link>
      <description>It seems to me that this post is a little different than what I am doing. 
&lt;BR /&gt;I already have csv files set up in the tFileCompare both a reference file and the file I want to compare them against one another. 
&lt;BR /&gt;So the schema that is set up for this is the following file, file_ref, moment, job, component, differ and message. 
&lt;BR /&gt;When I attempted to use the tmap there is no schema other than above so how would I set the schema to pull the differences 
&lt;BR /&gt;within the csv files? 
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Nov 2010 19:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238140#M26348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-11T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238141#M26349</link>
      <description>Hi, 
&lt;BR /&gt;The tFileCompare only seems to provide a statement of whether the files are the same or different. It seems to be that simple, which is why the schema is fixed. 
&lt;BR /&gt;Can you be a bit more specific about what differences you are looking for, e.g. inserts, updates, deletes or maybe row numbers? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Rick</description>
      <pubDate>Thu, 11 Nov 2010 21:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238141#M26349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-11T21:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238142#M26350</link>
      <description>What I have is two CSV files which will have row names suchas
&lt;BR /&gt;Source_System Standard Transaction_ID File_Name File_Type File_Extension Product Issue_Type Export_Codes Applicable_CVNs Inline_Applicable_CVNs
&lt;BR /&gt;Underneath these titles is data which has been incorporated to these in each CSV.
&lt;BR /&gt;Both CSV files will have the same row names. And what I am trying to do is validate that the with given transaction both CSV files match one another.
&lt;BR /&gt;If there is any differences I need to see that output.
&lt;BR /&gt;
&lt;BR /&gt;The big issue is that there are thousands of rows of data to go through and I want to pick out just the information that is different within the CSV files. And then output that information into either a tlogrow or an texceloutput.
&lt;BR /&gt;I hope this explains what I am trying to do. 
&lt;BR /&gt;If more information is needed please let me know.
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Nov 2010 22:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238142#M26350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-11T22:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238143#M26351</link>
      <description>hi, 
&lt;BR /&gt;not sure I unserstand all your need ... 
&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; 
&lt;BR /&gt;do you need to validate the schema between 2 csv files ? (which one is reference so ?) 
&lt;BR /&gt;You need to compare 2 files line by line ? 
&lt;BR /&gt;both ? 
&lt;BR /&gt;I'm not sure what you need to compare 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 11 Nov 2010 23:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238143#M26351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-11T23:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238144#M26352</link>
      <description>What I need to compare is the data that is in the reference matches the data in test file.&lt;BR /&gt;If it doesn't I need to receive a report which will tell me the differences. Sometimes I may have a defect that&lt;BR /&gt;maybe present.&lt;BR /&gt;One of these CVS files comes from my Unix box. And one is output that I am getting from my database.&lt;BR /&gt;I need to validate these two CVS files.</description>
      <pubDate>Fri, 12 Nov 2010 00:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238144#M26352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-12T00:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238145#M26353</link>
      <description>Use tmap with a join link on the field you want to cross check and then use rejects link</description>
      <pubDate>Fri, 12 Nov 2010 08:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238145#M26353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-12T08:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238146#M26354</link>
      <description>can you pls..give me job desgin.</description>
      <pubDate>Fri, 27 Apr 2012 09:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238146#M26354</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-04-27T09:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two .csv files and displaying the differences.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238147#M26355</link>
      <description>If you need to compare a single field, the flow would be 
&lt;BR /&gt; tFileInput(test)
&lt;BR /&gt; |
&lt;BR /&gt; V
&lt;BR /&gt;tFileInput(new) --&amp;gt;tMap (inner join on match field)
&lt;BR /&gt; |-------catch inner join rejects - differences file.
&lt;BR /&gt;If the entire row needs to be exactly the same, add an additional step between each inputs and the tMap
&lt;BR /&gt;to consolidate all fields in the row into a single field. ( This could be done a few ways - example in a tMap through concatenation).</description>
      <pubDate>Fri, 27 Apr 2012 17:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-two-csv-files-and-displaying-the-differences/m-p/2238147#M26355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-27T17:32:13Z</dc:date>
    </item>
  </channel>
</rss>

