Last updated: May 2026
Export saves one kid's measurements as a spreadsheet file you can back up, archive, or share with your pediatrician. Import goes the other way: it lets you bulk-add measurements from a spreadsheet, another tracker, or a pediatrician's printout without retyping each row by hand.
One file is exported per kid. You can repeat the flow for each child.
Exported filenames look like Luna_growth_data_WHO.csv or Luna_growth_data_CDC.csv. The WHO / CDC suffix reflects which growth-reference body the percentile columns were computed against (chosen in Settings → Charts → Default Baseline).
The suffix is cosmetic for import — Seedling ignores the filename when parsing and reads the column headers instead, so you can rename the file in Finder and it will still import cleanly. The suffix exists so that exporting the same kid under both WHO and CDC on the same day produces two distinct files side-by-side, rather than the second overwriting the first.
The summary tells you how many rows will be added, how many duplicates were skipped, and lists any row-level errors so you can fix them and re-import.
Seedling's importer has a narrow required contract and is tolerant of everything else. You only need to provide a date plus at least one measurement — the app figures out the rest.
DateLength (cm), Weight (kg), or Head Circumference (cm) (any combination is fine; any one alone is fine).Any other column in the header row — including the Age (months) and percentile columns Seedling's export produces, or arbitrary extras like Notes, Location, or Pediatrician — is safely ignored. You can bring a spreadsheet straight from your own bookkeeping workflow and the importer will only read the columns it understands.
When Seedling exports a kid's data, it emits a 9-column file so humans can read it easily:
Date,Age (months),Length (cm),Weight (kg),Length Percentile,Weight Percentile,Weight-for-Length Percentile,Head Circumference (cm),Head Circumference Percentile
On import, only the raw-measurement columns are read — Date, Length (cm), Weight (kg), and Head Circumference (cm). The computed columns (age and percentiles) are recomputed by the app.
YYYY-MM-DD (ISO 8601 calendar date, e.g. 2026-02-14). No timezone suffix — the date is interpreted in your local calendar.25–120 cm.0.3–25 kg.20–65 cm..). The comma is the field separator.\r\n) and LF (\n) are both accepted. UTF-8 with or without a byte-order mark is fine.Here is a minimal 10-row sample for a fictional baby born on 2026-01-05 — three pediatrician visits (length + weight + head circumference) interleaved with weekly home weigh-ins that record weight only. Four columns, no computed extras:
Date,Length (cm),Weight (kg),Head Circumference (cm)
2026-01-05,50.2,3.42,34.5
2026-01-12,,3.61,
2026-01-19,,3.84,
2026-01-26,,4.02,
2026-02-02,54.3,4.28,37.8
2026-02-09,,4.51,
2026-02-16,,4.74,
2026-02-23,,4.95,
2026-03-02,57.8,5.18,39.9
2026-03-09,,5.39,
Download luna-sample.csv to open it in Numbers, Excel, or any spreadsheet app.
If you've been tracking measurements in your own spreadsheet — with extra columns like notes, location, feeding times, or anything else — you don't have to strip those columns out before importing. The importer reads Date, Length (cm), Weight (kg), and Head Circumference (cm) by name and ignores everything else. Just make sure those column names match exactly (case-sensitive, with the unit suffix).
If a row's date matches an existing measurement for the kid, Seedling silently skips that row — it will not overwrite the existing value. The summary alert tells you how many duplicates were skipped.
To replace an existing measurement, delete it from the Table view first (swipe to delete on the measurement row) and re-import the CSV. The new row will come in cleanly on the next pass.
Seedling distinguishes two kinds of problems:
Date column, and (2) no Length (cm), Weight (kg), or Head Circumference (cm) column. You'll see a red alert and no rows are added. Extra / unknown columns are not file-level errors — they're ignored silently.Date column and at least one of Length (cm), Weight (kg), or Head Circumference (cm), and you "Save as CSV" (not .xlsx or .numbers), Seedling reads the file. Extra columns are ignored, and column order doesn't matter. UTF-8 with a byte-order mark — Excel on Windows often adds one — is handled silently.Age (months) and percentile columns let you skim the file in Numbers or share it with your pediatrician without re-running the app. On import, Seedling rebuilds those computed values from the WHO Child Growth Standards, so it only needs the raw inputs: Date, Length (cm), Weight (kg), and Head Circumference (cm). Everything else in the file is safely ignored.Head Circumference (cm) column and a computed Head Circumference Percentile column, and the importer reads Head Circumference (cm) (in centimetres, range 20–65 cm). A row with only a date and a head-circumference value is a valid, importable measurement. Older CSV files exported before head circumference was added still import cleanly — the missing column is simply treated as empty.Length (cm), Weight (kg), and Head Circumference (cm), and Seedling's import pipeline expects SI values. Convert your numbers to cm and kg before saving the file. (A quick conversion rule: 1 in = 2.54 cm, 1 lb = 0.4536 kg.)Email rodrigocf_92@icloud.com.