Skip to content

Data File Formats

Matt Hakin edited this page Apr 29, 2025 · 1 revision

The app uses the following .csv files:

glucose_readings.csv

  • Date (DD/MM/YYYY)
  • Time (optional)
  • Glucose Level (mmol/L)
  • Notes (optional)

hba1c_readings.csv

  • Date (DD/MM/YYYY)
  • HbA1c (%)

supplies.csv

  • Item
  • Quantity
  • Last Updated

You can find templates in the /templates/ folder and an example in /examples/.

Clone this wiki locally