Import From JSON Table endpoint, which merges all the parts into a concatenated CSV file.
The headers in the resulting file are based on those specified in the JSON Table, and the order of the headers will correspond to the
sequence in which each unique header appears in the source data.
For example, given the following two pages of JSON Table data:
JSON Tables
JSON Tables
A JSON Table is a collection of tabular data structured into one or more pages of JSON arrays, imported into the MindBridge platform. Each
array consists of objects, where for each object, the keys represent column headers and their associated values represent the data for
that column. Data must be uploaded sequentially, one page at a time, as concurrent page uploads are not supported.
Once all data has been appended to the JSON Table, a file manager file can be created using the file manager’s
The resulting CSV file would be the following:
Previous
AppendAppend data to an existing JSON table. This should not be run in parallel with another append call, or when creating a
file manager file, as undefined behaviour may occur.
### Permissions
- `api.file-manager.write`
Next

