Open jexp opened 2 years ago
.Parents
returns a slice FamilyNode. Each FamilyNode
is formatted with marriage/divorce symbols between the Individuals (see https://github.com/elliotchance/gedcom/blob/v38.0.0/family_node.go#L355-L368), so it's string representation of saying "William (born in 1918) is married to Virginia (born in 1923)"
Edit: [@F2@]
actually means a list with one item of @F2@
. If there were two families it might look like [@F2@,@F3@]
.
I'm confused when I'm looking at a .Parents or .Spouses field then returning the raw data returns everything in an odd textual format
but if I ask for the .Identifier, I get only one
Any ideas what I'm doing wrong?