Hi,
I am having problem with trying to use script to compare 2 files with time and date filter. The script below will work but it does not have time filter:
text-report layout:xml options:display-mismatches title:"File Comparison Report" output-to:%3 %1 %2 - Works but have no time filter
I tried this below, and it does not work. Any help is greatly appreciated!!!
text-report layout:xml options:display-mismatches timestamp:9999999999sec title:"File Comparison Report" output-to:%3 %1 %2 - Don't work
I am having problem with trying to use script to compare 2 files with time and date filter. The script below will work but it does not have time filter:
text-report layout:xml options:display-mismatches title:"File Comparison Report" output-to:%3 %1 %2 - Works but have no time filter
I tried this below, and it does not work. Any help is greatly appreciated!!!
text-report layout:xml options:display-mismatches timestamp:9999999999sec title:"File Comparison Report" output-to:%3 %1 %2 - Don't work
Comment