Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 841 Bytes

InputFileReadCsvConfiguration.md

File metadata and controls

13 lines (9 loc) · 841 Bytes

InputFileReadCsvConfiguration

Properties

Name Type Description Notes
has_header_record bool Indicate if the csv file contains the column name at the first row [default to true]
ignore_header_record bool Indicate if the importation should not use the csv column name from the file [default to false]
csv_separator string Indicate the separator of the values in the CSV file. Generally ";" [default to ';']
csv_text_qualifier string Indicate the text qualifier of the CSV file. Generally the value is " [optional] [default to '"']

[Back to Model list] [Back to API list] [Back to README]