
Anonymous
Not applicable
2008-03-05
10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Comparing 2 XML files
hi everyone,
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?
Best regards.
Pegaz
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?
Best regards.
Pegaz
885 Views
- « Previous Replies
- Next Replies »
43 Replies

Anonymous
Not applicable
2008-03-05
10:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are your data sorted?
329 Views

Anonymous
Not applicable
2008-03-05
11:00 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are your differents data in the same file or they might be in both file?
329 Views

Anonymous
Not applicable
2008-03-05
11:11 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
my data are sorted, and i have 2 XML files having the same structure.
329 Views

Anonymous
Not applicable
2008-03-05
11:36 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Are you interested?
Are you interested?
329 Views

Anonymous
Not applicable
2008-03-05
11:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For sure! thank's
329 Views

Anonymous
Not applicable
2008-03-05
11:59 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did this example with two CSV file, with the same structure but with some differents values.
I've used a tUnite and after a tUniqRow.
I've used all the field as Key attribute in the tUniqRow.
As output use the Duplicates flow to see all the similar values.
However if file1 and file2 have a same row= you will see this row two times.
So I added a tAggregateRow and the groupby function in it for each field
I've used a tUnite and after a tUniqRow.
I've used all the field as Key attribute in the tUniqRow.
As output use the Duplicates flow to see all the similar values.
However if file1 and file2 have a same row= you will see this row two times.
So I added a tAggregateRow and the groupby function in it for each field
329 Views

Anonymous
Not applicable
2008-03-05
12:15 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i'm trying ur example...
329 Views

Anonymous
Not applicable
2008-03-07
05:01 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i tried to realise a job concerning the comparaison of the 2 XML files.
Here is a screenshot of my job:
and here is the variables regarding the tFileCompare_1 settings:
Can you help me to resolve my problem, this is the error message:
Regards,
Pegaz
Here is a screenshot of my job:
and here is the variables regarding the tFileCompare_1 settings:
Can you help me to resolve my problem, this is the error message:
Regards,
Pegaz
329 Views

Anonymous
Not applicable
2008-03-07
05:12 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Why do you have specific characters in "If no differences detected, display" field.
Your error is a CodeGenerator mistake due to a bad character in your component properties.
Regards,
Why do you have specific characters in "If no differences detected, display" field.
Your error is a CodeGenerator mistake due to a bad character in your component properties.
Regards,
329 Views

- « Previous Replies
- Next Replies »