schema.datatableschema.format.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > DataTableSchema > format

DataTableSchema.format property

File format of the resource to inform load/parse. Note that if the data property is present, this is assumed to be "JSON". Default: "csv".

Signature:

format?: DataFormat;