Hi!
I'd like to ask for your help to compare txt files.
I've tried to use the replacements feature to filter out unimportant diffs.
It worked in the case of:
AAA=BBB,
but it didn't in the case of:
0=00 or 0.0000=0.00000
So my question is: How can I ignore the different number of zeros?
Here are my sample files:
//-------------------------
first file
//-------------------------
12345 AAA
12345 0
12345 0.0000
12345 0.0000
12345 0.0000
//-------------------------
second file
//-------------------------
12345 BBB
12345 00
12345 0.00000
12345 0.00000
12345 0.00000
//-------------------------
Thanks, have a nice compare: Engye
I'd like to ask for your help to compare txt files.
I've tried to use the replacements feature to filter out unimportant diffs.
It worked in the case of:
AAA=BBB,
but it didn't in the case of:
0=00 or 0.0000=0.00000
So my question is: How can I ignore the different number of zeros?
Here are my sample files:
//-------------------------
first file
//-------------------------
12345 AAA
12345 0
12345 0.0000
12345 0.0000
12345 0.0000
//-------------------------
second file
//-------------------------
12345 BBB
12345 00
12345 0.00000
12345 0.00000
12345 0.00000
//-------------------------
Thanks, have a nice compare: Engye