CSVColumnMapping Interface @beta
Maps a zero-based CSV column to an EC property.
Properties
| Name | Type | Description | |
|---|---|---|---|
| columnIndex | number | Zero-based index of the source CSV column. | |
| propertyName | string | EC property access string to receive the column value. |
Defined in
- backend/src/ECDb.ts Line 26
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.