Home

Awesome

gedcomparser

GEDCOM parser, convert an GEDCOM raw data file into XML

Usage (How to run)

Maven Usage (How to change source code)

Design and Development/Test

Notes

Thoughts

  1. Having separate threads to parse different sections of the raw data file
  2. Having separate threads to work on different stages of parsing: Line parsing, converting parsed lines into XML elements, writing to XML target file, etc.
  3. Combine the above two approaches