mike.bitsch
15-Nov-2010, 04:55 PM
I'm trying to compare two files that have memory addresses as the first part of the line (like an Intel Hex formatted file).
The first 9 characters are the address, and I'd like to have Beyond Compare align based on those first 9 characters.
I've tried using a regex like ^\w{9} under alighment, but that doesn't seem to have the desired effect.
I've also tried using the Data Viewer plugin, with the first 9 characters in one column as the key. This works great for the alignment, but marks everything in the second column (the data) as non-matching, even when the data is identical.
Thanks
The first 9 characters are the address, and I'd like to have Beyond Compare align based on those first 9 characters.
I've tried using a regex like ^\w{9} under alighment, but that doesn't seem to have the desired effect.
I've also tried using the Data Viewer plugin, with the first 9 characters in one column as the key. This works great for the alignment, but marks everything in the second column (the data) as non-matching, even when the data is identical.
Thanks