What problem does it solve?
Scientists often receive instrument exports in inconsistent, vendor-specific formats that are hard to standardize for LIMS, data lakes, and downstream analytics. This Skill converts those files into Allotrope Simple Model (ASM) JSON (and optionally flattened 2D CSV and exportable Python parser code) so data can be reused reliably across teams and pipelines.
Core Features & Use Cases
- Instrument file standardization: Convert common laboratory instrument outputs (PDF, CSV, Excel, TXT) into Allotrope Simple Model (ASM) JSON in a consistent schema for LIMS upload and long-term analysis.
- Auto-detection with validation guardrails: Detect instrument type from file contents when possible, attempt native parsing via allotropy first, and validate output with a dedicated ASM validator to catch common mapping issues.
- Multiple handoff formats: Produce full ASM JSON for semantic fidelity, flattened CSV for fast import and review, and exportable Python parsing code for data engineering production pipelines.
- Correct handling of calculated values: Ensure calculated/derived results include required traceability back to their source measurements to support auditability and compliance workflows.
Quick Start
Use the instrument-data-to-allotrope skill to convert the attached file 'instrument_data.csv' into ASM JSON, then generate a flattened CSV for immediate import.