Import data from a CSV file or export your cellar to a CSV file.
Tap the ↔️ Data tab in the navigation.
| Separator | Recommended for |
|---|---|
; (semicolon) |
French Excel / LibreOffice configured in French |
, (comma) |
English Excel, Numbers (Mac), Google Sheets |
| Tab | Technical imports, command-line tools |
Tap Export. The app generates a CSV file encoded in UTF-8 with BOM (compatible with Excel).
The file contains all fields, including updated_at (the last modification date of each row).
The CSV file must have:
;, ,, or tab)Recognised columns: id, Domain, Appellation, Vintage, Colour, Cru, Volume, Location, Entry date, Exit date, Purchase price, Min aging, Max aging, Entry comment, Tasting rating, Tasting comment, Supplier name, Supplier info, Producer, Updated at.
In the ↔️ Data tab, tap Import. Select the CSV file.
In 🔒 read-only mode, the Import button is greyed out.
Behaviour depends on whether the id column is present in the file.
File exported from Cavea (with id column):
Each row is identified by its UUID.
External file without id column:
A new UUID is generated for each row on every import. Importing the same file twice will create duplicate rows.
If the
Updated atcolumn is present, it is preserved (useful for migrating an existing history).
After import, a summary shows the number of rows inserted, updated, skipped, and in error.