Download file formats¶
Choose the file type that works best with your analysis software:
- CSV (comma separated values) — A text format best suited for spreadsheets such as Microsoft Excel and Google Sheets.
- JSON (JavaScript object notation) — Can be read by most programming languages including Python, R, and JavaScript.
- MAT — The data storage format for MathWorks MATLAB and GNU Octave.
- LOG — A simple tab-delimited text file that stores timestamped events.
Need a different format?
The table below shows which combinations of structure and file type are currently supported. If you need something else, please get in touch.
Downloads by structure and file type¶
The table below shows which file formats support each data structure. A checkmark (✓) indicates the combination is available; a cross (✗) indicates it is not.
| Tree | Table | Annotations | Events | Metadata | Matrix | |
|---|---|---|---|---|---|---|
| JSON | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ |
| CSV | ✗ | ✓ | ✓ | ✗ | ✓ | ✗ |
| MAT | ✗ | ✗ | ✗ | ✗ | ✗ | ✓ |
| LOG | ✗ | ✗ | ✗ | ✓ | ✗ | ✗ |