Import CSV Data

Note: Import your data from a CSV file is only available on iOS 16.0/macOS 13.0 and later.

You can import your data from a CSV file. The CSV file should have the following columns:

Example:

Date,Category,Price,Notes
2024-03-31,Groceries,-1000.0,Supermarket
2024-03-30,Budget,2500.0,,
2024-03-29,Transport,-300.0,Bus
...
┏━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓
┃    ┃ Date       ┃ Category    ┃ Price         ┃ Notes             ┃
┡━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩
│    │ 2024-03-31 │ Groceries   │      -1,000.0 │ Supermarket       │
│    │ 2024-03-30 │ Budget      │       2,500.0 │                   │
│    │ 2024-03-29 │ Transport   │        -300.0 │ Bus               │
...

If you're looking for something that isn't here, feel free to contact us.