Analytics API
EnumTabularDataFormat1
Output format for tabular analytics data.
| Kind | Enum type |
|---|---|
| Used in | ListCollections1, ListCustomers2, ListHistory1, ListOrders2, ListProducts1 |
Values
-
jsonlJSON Lines: a stream of JSON objects, one object per line
Recommended format for fast and easy parsing.
You don't need a separate library for this, just split the input by lines and parse each one as JSON.
See jsonlines.org for an exact spec, although it really is as simple as it sounds.
-
jsonJSON
Note that the responses could be huge, so parsing might consume a lot of RAM.
-
csvCSV with comma as field separator, double quotes for quoting and empty/null values represented by an empty string