'How do I pass multiple CSVs with custom delimiter to a great_expetctation checkpoint

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?

Here's my configuration for the checkpoint.checkpoint.yaml



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source