Skip to content

ssunday/gedcom-parser

Repository files navigation

GEDCOM Parser

Script to parse GEDCOM files into something I can use without getting another application (such as a CSV).

Requirements

Setup

  1. bundle install
  2. Download and set a sample GEDCOM file as file.ged.
  3. Run ruby gedcom_to_csv.rb and see the CSV generate as output.csv

Linting

bundle exec rubocop -a **/*.rb

GEDCOM Samples

The samples/ folder contains example GEDCOM formatted (and eventually misformatted) files with which to test the parser.

References

TODO

Everything, essentially.

About

WIP Basic GEDCOM file parser to convert to CSV

Topics

Resources

License

Stars

Watchers

Forks

Languages