Skip to content

CSV file format

mildis edited this page Jun 27, 2026 · 3 revisions

CSV file is expected to follow the following format :
createdAt,buyAt,lastSeen,confirmed,immo,serialNumber,comment

with :

  • createdAt : a date-time field in ISO8601 format, self explanatory
  • buyAt : a date-time field in ISO8601 format, self explanatory
  • lastSeen : a date-time field in ISO8601 format, self explanatory
  • confirmed : a 0/1 field where 1 means this asset has been checked by barcode or NFC
  • immo : a text field holding the asset's assigned identification code
  • serialNumber : a text field holding the asset's serial number
  • comment : a text field holding custom additional informations

Note : Using the app settings, you can choose between comma and semi colon separator.

Clone this wiki locally