Skip to content

Code Challenge Entry - Converts Gedcom Files to JSON files that contain Findmypast-Relation data.

Notifications You must be signed in to change notification settings

jlek/gedcom-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gedcom Parser

This submission is not complete: it only works for the single-node Gedcom file. (I hope.)

To Run

  1. Install Rust
  2. Build: cargo build --release
  3. target/release/gedcom-parser SOURCE_FILE_PATH TARGET_FILE_PATH (e.g. target/release/gedcom-parser src/tests/one-node.ged src/tests/one-node.json)

To Run the Tests

  1. Install Rust
  2. cargo test

About

Code Challenge Entry - Converts Gedcom Files to JSON files that contain Findmypast-Relation data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages