CSV Validate Header writing documents to output
A bit of help appreciated. I am trying to accomplish this with my pipeline: Use File Reader and CSV parser to read a CSV file.With the CSV Parser, validate the file and make sure the required headers exist.If the headers exist, do further processing ...