Script to parse GEDCOM files into something I can use without getting another application (such as a CSV).
- Ruby
- Bundler
bundle install
- Download and set a sample GEDCOM file as
file.ged
. - Run
ruby gedcom_to_csv.rb
and see the CSV generate asoutput.csv
bundle exec rubocop -a **/*.rb
The samples/ folder contains example GEDCOM formatted (and eventually misformatted) files with which to test the parser.
- GEDCOM Standard v5.5.1 (pdf)
Everything, essentially.