Documentation / Data / Import and export

I — Data interface

Import data. Export evidence.

Bring an existing tabular dataset into the Analysis Workbench, run an analysis, and take the result out in a portable format.

Status: Available in the running product

II — Supported paths

PathStatusBehavior
CSV file uploadAvailableUpload a header row followed by observations. SVEND profiles the columns and preserves the dataset in the session.
Spreadsheet pasteAvailablePaste comma- or tab-separated columns with a header and at least one data row.
CSV result exportAvailableDownload scalar analysis statistics as metric/value rows.
Excel XLSX result exportAvailableDownload the same analysis result as an Excel workbook.
JSON result exportAvailableRetrieve the structured stored analysis result, including its statistics and metadata.

III — CSV contract

The first row supplies column names. Each following row is one observation. Keep a consistent delimiter, use period decimal notation, and leave missing cells empty. Numeric columns should not contain units or comparison symbols inside the values; put units in the column name or session description.

part,operator,trial,measurement_mm
P01,A,1,25.004
P01,B,1,25.011
P02,A,1,24.998

IV — Current boundaries

Excel input is not claimed. Save an existing workbook as CSV or copy and paste its table. XLSX is currently an output format rather than an upload format.
Uploaded TSV files are not claimed. Tab-separated data works through spreadsheet paste; file upload currently follows the CSV parser contract.