-
Notifications
You must be signed in to change notification settings - Fork 0
CSV file format
mildis edited this page Jun 20, 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