ParsingConfig

Custom config for dataset parsing.

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