<?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 two schemas and data formats in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338690#M106903</link>
    <description>Hi,&lt;BR /&gt;If you define the metadata of CSV file in a CSV file or some where else(outside) then it is possible .&lt;BR /&gt; As CSV file does not provide all the metadata, it is impossible to compire the datatype, size of one CSV file to another.&lt;BR /&gt;In case you try to get the metadata from data then you may not get correct metadata always from the data available in the CSV file.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
    <pubDate>Mon, 22 Jun 2009 15:28:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-22T15:28:48Z</dc:date>
    <item>
      <title>Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338687#M106900</link>
      <description>Hey!&lt;BR /&gt;I need to compare schemas of various .csv files (to make sure they have the same no. of columns and rows) and also the data formats (e.g. integer, string or date) in each cell. I want to do this by comparing each schema with a refererence file. Can anyone suggest how to do this?&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 13:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338687#M106900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338688#M106901</link>
      <description>Hello 
&lt;BR /&gt;Does tFileCompare comonent fit your need? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 18 Jun 2009 07:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338688#M106901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-18T07:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338689#M106902</link>
      <description>No, tFileCompare compares two files with identical data. In my case, the data is different in the files though the schema has to be the same. I mean to say that each file has to have lets say 9 columns, the one with 10 columns has to be skipped and the data type in any cell under the same column should be same.&lt;BR /&gt;If I have 10 files in a folder, I want to skip those with errors and continue with the rest so that my job does not crash.</description>
      <pubDate>Thu, 18 Jun 2009 07:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338689#M106902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-18T07:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338690#M106903</link>
      <description>Hi,&lt;BR /&gt;If you define the metadata of CSV file in a CSV file or some where else(outside) then it is possible .&lt;BR /&gt; As CSV file does not provide all the metadata, it is impossible to compire the datatype, size of one CSV file to another.&lt;BR /&gt;In case you try to get the metadata from data then you may not get correct metadata always from the data available in the CSV file.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Mon, 22 Jun 2009 15:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338690#M106903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338691#M106904</link>
      <description>Hi!&lt;BR /&gt;I want to skip the files having 9 columns or 11 columns and pass the files with 10 columns for further processing..  I am trying to do it by tSchemaComplianceCheck. &lt;BR /&gt;I created the test schema in repository and kept the check file schema as built-in. Also , I have kept the base schema fields nullable but test schema fields not nullable. But still it doesnt not filter out the corrupt files.&lt;BR /&gt;So can you tell me how to do it?</description>
      <pubDate>Tue, 30 Jun 2009 08:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338691#M106904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-30T08:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338692#M106905</link>
      <description>You Have Database tool just for that, its called Columbo. (
&lt;A href="http://www.nobhillsoft.com/Columbo.aspx" rel="nofollow noopener noreferrer"&gt;http://www.nobhillsoft.com/Columbo.aspx&lt;/A&gt;)</description>
      <pubDate>Sun, 13 Sep 2009 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338692#M106905</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-09-13T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338693#M106906</link>
      <description>Did you ever sort this? I would have assumed Talend could do this, but if you want to compare different data formats in text files or otherwise there are tools out there, e.g.: 
&lt;A href="http://www.citrustechnology.com/solutions/data-comparison/data-transform" rel="nofollow noopener noreferrer"&gt;http://www.citrustechnology.com/solutions/data-comparison/data-transform&lt;/A&gt;</description>
      <pubDate>Tue, 16 Mar 2010 16:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338693#M106906</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-03-16T16:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two schemas and data formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338694#M106907</link>
      <description>Hi guys, is there any tool which is free to do this?</description>
      <pubDate>Thu, 11 Aug 2016 11:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-two-schemas-and-data-formats/m-p/2338694#M106907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-11T11:28:17Z</dc:date>
    </item>
  </channel>
</rss>

