Ever pushed out an updated data file and wondered whether it really carried any meaningful change before triggering your whole downstream pipeline?
Check Text Changes is your answer.
It sits in your Switch flow and does one thing brilliantly:
Think of it as a very patient, very precise auditor.
It opens both files, inspects them down to the value, and tells you exactly what changed, where, and how ; ready for a mailer, a notification, a report, or a conditional downstream process.
Check Text Changes compares a reference file against an asset (the job file, an external file, or a dataset attached to the job), computes a detailed diff when they differ, filters the diff by path if requested, and dispatches the job to the Success, Warning, or Error traffic-light output. A Log connection can also receive the detailed diff as an XML or JSON file.