Turn a CSV of people into a valid GEDCOM 5.5.1 file that every genealogy program and service can import. Father, mother, and spouse columns become proper GEDCOM families — not just a flat list of names — and the whole conversion happens in your browser.
One row per person, with whatever columns you have — names, dates, places, and ID columns for father, mother, and spouse. Delimiters and encodings are detected automatically. (An .xlsx dropped here works too.)
Nothing is uploaded. The spreadsheet is read and the GEDCOM file is built entirely in your browser.
The delimiter is detected from the file — comma, semicolon (the “CSV” many European Excel locales produce), or tab — and quoted cells, embedded line breaks, and doubled quotes are handled per the standard. Encoding is sniffed too: UTF-8 first, with a Windows-1252 fallback so older exports keep their accented names. Exports from Google Sheets, Numbers, LibreOffice, Airtable, or a database query all drop straight in, as does text pasted directly from a spreadsheet.
GEDCOM connects people through family records, so the converter rebuilds them from your columns. Give each person an ID, then reference those IDs in Father ID, Mother ID, and Spouse ID columns. Children who share the same two parents are gathered into one family; a spouse pair with a marriage date becomes that family's marriage event. Headers like “First name”, “Born”, or “DOB” are matched automatically, and every guess can be corrected in the mapping table before you download.
ISO dates (1985-06-02) and unambiguous day-first or month-first dates are converted to GEDCOM's 2 JUN 1985 form; genealogy-style dates like ABT 1900 or BET 1900 AND 1905 pass through untouched, and ambiguous ones (03/06/1985) are kept as written and flagged so you can fix them at the source.
Use the Excel to GEDCOM converter instead — it reads .xlsx files directly, including Excel's internal date cells, with no save-as-CSV step. And once you have your .ged, check it in the viewer or with the validator before importing it anywhere.
More free GEDCOM tools: GEDCOM to PDF · GEDCOM to Excel · GEDCOM to CSV · Excel to GEDCOM · GEDCOM validator · GEDCOM to HTML · GEDCOM to JSON · GEDCOM to XML