CwCsvImportStartRequest

Start an asynchronous CSV import job for a previously uploaded file.

  • s3Key
    Type: string
    required

    The S3 key returned by the presign step.

  • hasHeader
    Type: boolean

    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_WKCTR matches column key pm_wkctr). Set false only for headerless files.

  • tableKey
    Type: string

    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).