ParsingConfig

Custom config for dataset parsing.

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