<?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 2 XML files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250211#M34522</link>
    <description>Do u know how to compare two fields using tmap? and return a message saying for instence: the files differ If both of fields aren't the same and , the files are the same if they are.??</description>
    <pubDate>Thu, 13 Mar 2008 15:40:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-13T15:40:52Z</dc:date>
    <item>
      <title>Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250186#M34497</link>
      <description>hi everyone, &lt;BR /&gt;i'm trying to compare two XML files that have the same structure. My question is: How can i do to show the difference between the two XML files. Any solutions?&lt;BR /&gt;Best regards.&lt;BR /&gt;Pegaz</description>
      <pubDate>Sat, 16 Nov 2024 14:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250186#M34497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250187#M34498</link>
      <description>Are your data sorted?</description>
      <pubDate>Wed, 05 Mar 2008 15:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250187#M34498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T15:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250188#M34499</link>
      <description>Are your differents data in the same file or they might be in both file?</description>
      <pubDate>Wed, 05 Mar 2008 16:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250188#M34499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T16:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250189#M34500</link>
      <description>my data are sorted, and i have 2 XML files having the same structure.</description>
      <pubDate>Wed, 05 Mar 2008 16:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250189#M34500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T16:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250190#M34501</link>
      <description>I didn't find yet the solution to know the differences between the two file but I've found a solution to know the similar data.&lt;BR /&gt; Are you interested?</description>
      <pubDate>Wed, 05 Mar 2008 16:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250190#M34501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T16:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250191#M34502</link>
      <description>For sure! thank's</description>
      <pubDate>Wed, 05 Mar 2008 16:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250191#M34502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T16:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250192#M34503</link>
      <description>I did this example with two CSV file, with the same structure but with some differents values.&lt;BR /&gt;I've used a tUnite and after a tUniqRow.&lt;BR /&gt;I've used all the field as Key attribute in the tUniqRow.&lt;BR /&gt;As output use the Duplicates flow to see all the similar values.&lt;BR /&gt;However if file1 and file2 have a same row=  you will see this row two times.&lt;BR /&gt;So I added a tAggregateRow and the groupby function in it for each field</description>
      <pubDate>Wed, 05 Mar 2008 16:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250192#M34503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T16:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250193#M34504</link>
      <description>i'm trying ur example...</description>
      <pubDate>Wed, 05 Mar 2008 17:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250193#M34504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T17:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250194#M34505</link>
      <description>i tried to realise a job concerning the comparaison of the 2 XML files. 
&lt;BR /&gt;Here is a screenshot of my job: 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;and here is the variables regarding the tFileCompare_1 settings: 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Can you help me to resolve my problem, this is the error message: 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pegaz</description>
      <pubDate>Fri, 07 Mar 2008 10:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250194#M34505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T10:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250195#M34506</link>
      <description>Hi,&lt;BR /&gt;Why do you have specific characters in "If no differences detected, display" field.&lt;BR /&gt;Your error is a CodeGenerator mistake due to a bad character in your component properties.&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 07 Mar 2008 10:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250195#M34506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250196#M34507</link>
      <description>Doesn't change anything when i delete specific characters 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250196#M34507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250197#M34508</link>
      <description>Hi,&lt;BR /&gt;If you switch your designer tab to code tab, you will see the line in the codeGenerator with the compilation error.&lt;BR /&gt;Can you send a screenshot or a copy/paste of this area, please.&lt;BR /&gt;Regards;</description>
      <pubDate>Fri, 07 Mar 2008 10:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250197#M34508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T10:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250198#M34509</link>
      <description>you can try with two tfile list.&lt;BR /&gt;In each tFilelist you specified the directory and the name file&lt;BR /&gt;After you can use ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) &amp;amp; ((String)globalMap.get("tFileList_2_CURRENT_FILEPATH"))</description>
      <pubDate>Fri, 07 Mar 2008 10:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250198#M34509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T10:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250199#M34510</link>
      <description>Hi,
&lt;BR /&gt;In your case, you need Iterate only on one Folder to compare with one reference file.
&lt;BR /&gt;Can you try this, remove tFileList2 component ?
&lt;BR /&gt;You can find further information in our User Guide.
&lt;BR /&gt;Regards;</description>
      <pubDate>Fri, 07 Mar 2008 10:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250199#M34510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T10:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250200#M34511</link>
      <description>my tfilecompare_1 output contains the default parameters(file, file_ref,moment,...) . I can't change it ! 
&lt;BR /&gt;is it possible to change the output?</description>
      <pubDate>Fri, 07 Mar 2008 11:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250200#M34511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250201#M34512</link>
      <description>what do you want in your output?</description>
      <pubDate>Fri, 07 Mar 2008 11:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250201#M34512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250202#M34513</link>
      <description>i want to show as an output my own columns related to my project</description>
      <pubDate>Fri, 07 Mar 2008 11:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250202#M34513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250203#M34514</link>
      <description>your own columns? What do you mean? You want to choose only some few columns from the tFileCompare or the row of each file?</description>
      <pubDate>Fri, 07 Mar 2008 11:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250203#M34514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250204#M34515</link>
      <description>yes, only some few columns from the tFileCompare</description>
      <pubDate>Fri, 07 Mar 2008 11:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250204#M34515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 XML files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250205#M34516</link>
      <description>you can use a tMap 
&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;</description>
      <pubDate>Fri, 07 Mar 2008 11:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-2-XML-files/m-p/2250205#M34516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:34:31Z</dc:date>
    </item>
  </channel>
</rss>

