Getting ready to do some work on yology, I needed a good way to get at some sample date. Numerous GEDCOM files are readily available, but I only need a subset of the data for the mockups I’m planning.
I took a look at the existing ruby GEDCOM::Parser, but wasn’t satisfied. So I forked it and hacked away. See the full writeup for details.
Fresnel | 11-Nov-11 at 11:04 am | Permalink
Hi,
I am beginner with Ruby and I would like to use gedcom parser.
First, I install it with gem install gedcom.
The documentation is not very useful for me since I don’t where to
begin.
I tried examples from
https://github.com/jslade/gedcom-ruby/tree/master/samples but theses two
samples don’t work.
Does anyone could give me a simple example to start?
Thank you very much
François