-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Is your feature request related to a problem? Please describe.
I'm SO HAPPY to have found gedcom.parser! I'm making a family tree in Django with the idea of having a gedcom file be the source of truth, so I can periodically re-import the updated file to my family tree and to the other programs where I have trees. This has been great for parsing, so that part is all set. But in order for my master plan to work, I have a script to generate unique ids for each person and I want to also be able to write out an updated gedcom file with the unique ids added in one of the tags (maybe @alia@ maybe something else).
I'm starting to play around with print_gedcom and save_gedcom and it sounds like they only take one argument (self)- and I'm not getting it to output successfully yet. Do you have a usage example?
Describe the solution you'd like
A usage example added to documentation for print_gedcom and save_gedcom.
Describe alternatives you've considered
So far I'm just trying things :)