Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 697 Bytes

InputFileReadCsvConfiguration.md

File metadata and controls

11 lines (8 loc) · 697 Bytes

BeezUpApi.InputFileReadCsvConfiguration

Properties

Name Type Description Notes
hasHeaderRecord Boolean Indicate if the csv file contains the column name at the first row [default to true]
ignoreHeaderRecord Boolean Indicate if the importation should not use the csv column name from the file [default to false]
csvSeparator String Indicate the separator of the values in the CSV file. Generally ";" [default to ';']
csvTextQualifier String Indicate the text qualifier of the CSV file. Generally the value is " [default to '"']