Overview
This page documents every setting available when importing a telemetry file through the Sift user interface. Settings are grouped by file type.File formats supported in the UI
The Sift UI supports the following file formats for import:- CSV
- Parquet
- TDMS
Common settings
These settings appear across multiple file types.Asset and Run
Time settings
Timestamp formats
Channel configuration table
Shown for CSV and Parquet (Flat Dataset). Each non-timestamp column appears as one row.Data types
CSV settings
Settings in the Upload CSV dialog.CSV file requirements
Example: CSV header rowParquet settings
Parquet file requirements
Every Parquet file must include a timestamp column, and must follow exactly one of the two supported schemas: Flat Dataset or Channel Per Row (not both). Example: Flattened Parquet Channel names A Parquet columnlocation containing {lat, lon} imports as:
location.latlocation.lon
Parquet: Flat Dataset settings
Parquet: Channel Per Row settings
Example: Channel Per Row Parquet layout Settings used for this layout:- Channel Configuration:
Multi - Name Column:
channel_name - Data Column:
value