|
I recently discovered this module. I am new to perl and want to use it to report on gedcom files I have already created. While the example file provide works great, if I try to query the "notes" section instead, I get errors like below.
Is this due to how Gramps structures their notes section in the gedcom file or something much simpler than that?
(Notes is where I generally put things like: "birth date: confirmed" "marriage details: completed" etc.. so it would be great to run a perl script against that section)
familytree.ged:736: CONC is not a sub-item of FILE
Non standard record of type notes requested at /usr/lib/perl5/site_perl/5.8.8/Gedcom/Record.pm line 81, GEN0 line 2814.
Any help you can provide would be greatly appreciated. |