CwCsvImportStartRequest
Start an asynchronous CSV import job for a previously uploaded file.
- s3Type: string
Key requiredThe S3 key returned by the presign step.
- hasType: boolean
Header Whether the first CSV row is a header. When
true, header names are slugified and mapped to the entity's column keys (e.g.PM_WKCTRmatches column keypm_wkctr). Setfalseonly for headerless files. - tableType: string
Key The target table slug. Required for assets and lists (which have many tables per workspace); omit for locations and departments (record-native — one table per workspace).

