CSVImportOptions Interface @beta
Common options for importing CSV data into an ECClass.
Properties
| Name | Type | Description | |
|---|---|---|---|
| className | string | Full name or ECSQL name of the ECClass to insert. | |
| mapping | ReadonlyArray<CSVColumnMapping> | Source-column to EC-property mappings. | |
| nullValue | string | undefined | Exact CSV value to bind as null. |
Defined in
- backend/src/ECDb.ts Line 36
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.