Masking known changes in data files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jester
    Visitor
    • Apr 2005
    • 4

    Masking known changes in data files

    I am wanting to mask data that I know is different from one file to the next so I only see what is 'truly' different in the files. Is this possible?
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Re: Masking known changes in data files

    If you're comparing text files, your best bet is to use a rules-based comparison to compare the text content of the files.

    A rules-based comparison will compare files using rules based on file extension.

    In each rule, you can mark text as unimportant to the comparison to ignore those differences using delimiters, regular expressions, or columns.

    For more details, see the Rules section of the help file.
    Chris K Scooter Software

    Comment

    Working...