schema.dataformat.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > DataFormat

DataFormat enum

Base format the data is stored within. This will expand to include additional formats such as Arrow and Parquet over time. TODO: we've seen a number of examples in the wild using JSON Lines https://jsonlines.org/

Signature:

export declare enum DataFormat 

Enumeration Members

MemberValueDescription
ARROW"arrow"Arrow format.
CSV"csv"Any delimited row format.
JSON"json"Valid serialized JSON string.