Skip to main content

CSVMetadata

CSV file metadata extracted during parsing.

type CSVMetadata {
headers: [String!]!
rowCount: Int!
examples: JSONString!
}

Fields

CSVMetadata.headers ● [String!]! non-null scalar

List of CSV column headers.

CSVMetadata.rowCount ● Int! non-null scalar

Total number of rows in CSV (excluding header).

CSVMetadata.examples ● JSONString! non-null scalar

Sample values for each column (first 3 non-empty values).

Member Of

CreateImportFile object

Was this page helpful?