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