Supported Logger Import Formats
PressureTrend auto-detects native Crystal nVision and Keller layouts from CSV and Excel exports, with a flexible fallback for other tabular logger files.
6 min readTechnician · Engineer
Overview
PressureTrend parses pressure logs entirely in your browser. Drop a CSV or Excel file from your logger export—no format menu and no server upload.
Detection runs on file layout: Crystal nVision signatures, Keller native layouts (LOGGER_5, LEO Record), or flexible time and pressure columns.
Crystal nVision (CSV / Excel)
Native CSV or Excel export from Crystal nVision chassis loggers via CrystalControl.
- CSV: header block with RunStartTime, serial numbers, and calibration fields before the data table.
- Excel: Data worksheet with metadata matrix (Chassis, modules, Left/Right scale) and Point # / Time / pressure columns; Report sheet is ignored.
- Data table: Point#, Time, LeftScaleReading or Left - bar G (pressure).
- European decimal commas in pressure values (e.g. 341,92 bar).
- Import setup lists serial and cal due candidates when several gauges appear in one file.
Keller CSV / Excel (generic)
- Time columns: time, tid, datetime, date (case-insensitive).
- Pressure columns: pressure, trykk, reading, value, bar.
- Multiple pressure columns import every trace; you choose which drives pass/fail.
- File types: .csv, .xlsx, .xlsm.
Keller LEO Record (PressureSuite)
Semicolon-delimited CSV or Excel with preamble metadata. Columns include No, Datetime [local time], Datetime [UTC], P1 [bar], TOB1 [°C], and additional P# channels.
Import setup defaults to logger local time when the header includes an IANA timezone.
Keller LOGGER_5 (DX5 export)
Preamble with Serial Number and Record Start Time; data rows use European dates and comma decimals. Detected when preamble keys and a No / Date / Time / P1 header row are present.
Auto-detection order
- Excel (.xlsx/.xlsm) with Crystal Data sheet (Point #, Time, Chassis headers) → Crystal.
- Other Excel (.xlsx/.xlsm) → Keller parsers (LEO, LOGGER_5, generic).
- CSV with LeftScaleSerialNumber and Point#,Time,LeftScaleReading → Crystal.
- Registered Keller variants (LEO, LOGGER_5) → Keller.
- Otherwise try Crystal, then Keller flexible fallback.
New manufacturers and export layouts
If your logger export is not recognised well, email contact@pressuretrend.com with your device and export format—we improve parser support for CSV and Excel from real user files without accessing your data.