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