desPartUploadPartFileColumns
Reads column headers from a previously uploaded CSV or Excel file. EXPERIMENTAL: this query may change or be removed without notice.
desPartUploadPartFileColumns(
fileId: String!
fileName: String!
): DesPartUploadPartFileColumnsPayload!
Arguments
desPartUploadPartFileColumns.fileId ● String! non-null scalar
File identifier to read columns from.
desPartUploadPartFileColumns.fileName ● String! non-null scalar
File name to read columns from.
Type
DesPartUploadPartFileColumnsPayload object
Payload produced when reading columns from an uploaded file.