Skip to main content
Version: Next

UploadFileMetadataPostSchema

delimiterstring

The character used to separate values in the CSV file (e.g., a comma, semicolon, or tab).

filestring<binary>required

The file to upload

header_rowinteger

Row containing the headers to use as column names(0 is first line of data). Leave empty if there is no header row.

typerequired

File type to upload

Possible values: [csv, excel, columnar]

UploadFileMetadataPostSchema
{
"delimiter": "string",
"file": "string",
"header_row": 0
}