Queries
validateImportCsv
Validates an already-uploaded import CSV and returns all validation errors synchronously without committing, to gate createImportJob.
QUERY
validateImportCsv(fileKey: String!, type: ImportJobType!): ValidateImportCsvResultArguments
fileKey
String!
required
type
required
Returns
durationSeconds
Float
errors
numRows
Int
Number of rows validated (capped for large files).
truncated
Boolean
True if the file had more rows than were validated; the remainder is validated when the import is committed.
valid
Boolean!
Query
Variables
Response