Types
ValidateImportCsvResult
Result of synchronous pre-flight validation of an uploaded import CSV.
object
ValidateImportCsvResultFields
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!