Search found 1 match

by Tinella
Fri Dec 03, 2010 11:34 am
Forum: General
Topic: Find Differences between two files
Replies: 1
Views: 1037

Find Differences between two files

Hi,

When I must compare two files in Datastage is there a Stage that in output returns the name of the column and the value that is differents ?

Example:

TextA:
C0=0
C1=0
C3=0

TextB:
C0=0
C1=0
C3=1

Result of the compare: C3=1

How can I do this in Datastastage?
Thanks!