fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

Extract records #74

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

Would like to be able to write a cookbook entry about writing a subset of people to a GEDCOM.

Need to be able to extract records and all associated records, then write them out.

  1. Get a list of records.
  2. Get all associated records [INDI->FAM, INDI->Note, INDI->Source, INDI->OBJE, etc]
  3. Do not include unassociated records. E.g. if extracting descendants of such-and-such person, do not include ancestors, ancestors of spouses, etc.
  4. Ability to write an arbitrary list of records to a GEDCOM.