Skip to main content
QUERY
validateImportCsv(fileKey: String!, type: ImportJobType!): ValidateImportCsvResult

Arguments

fileKey
String!
required
type
required
durationSeconds
Float
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