csvImportResult
Represents result of importing a CSV file. Detailed error is provided on if the CSV file is conformant and failure to load any of the records in the CSV file.
Properties
- dryRun(boolean): True if the CSV import has dryRun flag enabled.
- status: Refer to basic.json#/definitions/status.
- abortReason(string): Reason why import was aborted. This is set only when the- statusfield is set to- aborted.
- numberOfRowsProcessed: Refer to #/definitions/rowCount.
- numberOfRowsPassed: Refer to #/definitions/rowCount.
- numberOfRowsFailed: Refer to #/definitions/rowCount.
- importResultsCsv(string): CSV file that captures the result of import operation.
Definitions
- rowCount(integer): Type used to indicate row count. Minimum:- 0. Default:- 0.
- index(integer): Type used to indicate row number or field number. In CSV the indexes start with 1. Minimum:- 1.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.