%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %>
<%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_CSV_IMPORT" }) %>
Import A CSV File
Upload a CSV file to import into the database. The CSV file must have the following columns:
- Name
- Amount
- Manufacturer
- Category
The following columns are optional:
- SKU
- Comment
- StorageLocation (import currently not supported)
<%~ E.includeFile("../../partials/controlsFoot.eta.html") %>
<%~ E.includeFile("../../partials/foot.eta.html") %>