Howdy. I'm doing some comparison of CSV format files, featuring dates, using the "data compare" functionality. (The rows need sorting by product id)
If our downstreams decide they want the date format changed from, say "yyyy-mm-dd", to "yyyy/mm/dd", I get two possible test results:
How can I tell BC3 that the "/" vs "-" change is to be ignored and only actual date changes to be flagged up?
If our downstreams decide they want the date format changed from, say "yyyy-mm-dd", to "yyyy/mm/dd", I get two possible test results:
- Treating the field as text, the "-" vs "/" change is flagged, with the differing single chars in red, for every row.
- Treating it as date, the entire date is highlighted in red, with strikethrough. Again, all rows are flagged as different.
How can I tell BC3 that the "/" vs "-" change is to be ignored and only actual date changes to be flagged up?
Comment