I am looking to create a workflow that will validate output files from another workflow.
The workflow should be able to validate columns are in proper order and the datatypes are correct. I have an example schema file that I can put in as a key for the workflow.
Ideally the workflow will flag if a column or datatype is incorrect, for example flag "date" column if a country was in it.
I have never approached a task like this and any advice/ideas are appreciated.
Thank you!