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 '"'] |