Is it possible for BC3 to do a text file compare behind the scene (headless mode) and launch only if there is a difference(s) to show up the difference? Basically, I'm comparing a bunch of files programmatically and would like if it wont launch/open unless it spots a difference.
Also, can it ignore the differences like date and folder location? how?
I'm comparing text reports created at different times and stored at different locations but the I am interested in the contents than this "meta-data". I saw that there is a way to specify rules to ignore words using session settings but how to specify date and directory path as umimportant differences?
----------------------------
Full path: <path2.txt>
July 20, 2012
---------------------------
reportcontents......
comparing this with another report:
----------------------------
Full path: <path2.txt>
July 30, 2012
---------------------------
reportcontents......
I want to compare the reportcontents part only; rest is unimportant.
Any help is appreciated.
Thank you!
Also, can it ignore the differences like date and folder location? how?
I'm comparing text reports created at different times and stored at different locations but the I am interested in the contents than this "meta-data". I saw that there is a way to specify rules to ignore words using session settings but how to specify date and directory path as umimportant differences?
----------------------------
Full path: <path2.txt>
July 20, 2012
---------------------------
reportcontents......
comparing this with another report:
----------------------------
Full path: <path2.txt>
July 30, 2012
---------------------------
reportcontents......
I want to compare the reportcontents part only; rest is unimportant.
Any help is appreciated.
Thank you!
Comment