Open gdamore opened 4 years ago
The format attribute is meant to support custom data formats, like CSV, DSV, TSV, etc.
format
Fixing this will require reworking the parser to support contextual parsing of the table contents.
Is it possible to support this feature by supporting it through an include to the external CSV file? Maybe in that way the parser has an easier time determining the format.
The
format
attribute is meant to support custom data formats, like CSV, DSV, TSV, etc.Fixing this will require reworking the parser to support contextual parsing of the table contents.