Docs
Reports and data
Exporting your data
Everything leaves as CSV or JSON, from Integrations, at any time. Nothing is held to keep you subscribed.
#What you can export
- Machine library
- CSV. Every profile with every field — the same layout the import accepts, so it round-trips.
- Telemetry
- CSV. Every row for a study, in the import format.
- A whole study
- JSON. The study, its plan record and markup geometry, fleet, simulation inputs and telemetry, in one file.
#Encoding
CSV exports are UTF-8 with a byte-order mark. That mark is what makes Excel open Japanese and Chinese correctly on the first try rather than showing mojibake. If a tool of yours objects to the mark, strip the first three bytes.
#Plan files
The original uploaded plan can be downloaded from Site Layout. The JSON study export references it by stored name but does not embed the file.