Custom config for dataset parsing.
KEY | TYPE | Description |
---|---|---|
csvDelimiter | str | Delimiter for CSV files. Defaults to None. |
escape | str | Escape character for CSV files. Defaults to '"'. |
filePathWithSchema | str | Path to the file with schema. Defaults to None. |