I am trying to run great_expectation
checkpoint on 10 CSV files with "|" delimiter.
Currently, I have to specify this all in a YAML file and that after converting my files from "|" delimiter to ",".
How can run this for multiple files without specifying it in a YAML and that too with a custom delimiter?