I do a lot of file comparisons (source, logs, etc.) and should mask certain sections, for example. date / time / line numbers that cause the difference between each line.
Beyond Compare allows you to pre-process files, but then you need to write code snippets to do this.
Is there a tool like a GUI that allows you to mask sections of a file through a filter, for example. skip columns 10-16, skip data between word x and word y, etc.
source share