ImportCsvData

Acknowledgement that the import was accepted and queued. Poll Get CSV Import Status for the outcome.

Properties

statusstringrequired

Always `processing` — the import runs in the background.

"processing"
sheet_idstringrequired

Sheet the rows will land on.

columns_mappedintegerrequired

How many of the file's columns will be imported — the number of entries in `mapping`.

Example

ImportCsvData example
{
  "status": "processing",
  "sheet_id": "string",
  "columns_mapped": 0
}