CSV
CSV (Comma-Separated Values) is a simple, text-based file format for representing tabular data. Each line corresponds to a data record, and the individual values are separated by a delimiter (usually a comma or semicolon).
IdentNo;Designation;Status;Next Inspection
PM-2024-001;Druck DPI 620;operational;2026-06-15
PM-2024-002;Fluke 8588A;operational;2026-03-20
CSV files can be opened directly in Microsoft Excel, LibreOffice Calc, Google Sheets and many other tools. In memida, inspection equipment data can be retrieved via the REST API and saved as a CSV file.
tip
For the correct display of special characters in Excel, the encoding UTF-8 with BOM (utf-8-sig) and the semicolon as delimiter should be used.