CSVFileImportOptions Interface @beta
Options for importCSVFile.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| hasHeader | boolean | undefined | Whether the first CSV row is a header to skip. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className Inherited | string | CSVImportOptions | Full name or ECSQL name of the ECClass to insert. |
| mapping Inherited | ReadonlyArray<CSVColumnMapping> | CSVImportOptions | Source-column to EC-property mappings. |
| nullValue Inherited | string | undefined | CSVImportOptions | Exact CSV value to bind as null. |
Defined in
- backend/src/ECDb.ts Line 48
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.