FamilySearch / gedcomx-csharp

C# Libraries for GEDCOM X Processing
Apache License 2.0
41 stars 21 forks source link

Gedcomx.CLI RecordSetToCSV doesn't extract Person's persistent identifier #17

Closed jimmyz closed 7 years ago

jimmyz commented 9 years ago

Each person record contains a persistent identifier. It looks like this:

<person principal="true" extracted="true" id="p_1">
      <identifier type="http://gedcomx.org/Persistent">https://familysearch.org/pal:/MM9.1.1/MZYH-SSM</identifier>

The persistent identifier for the person isn't being extracted as a field in the CSV. This is critical because the person persistent identifier is the key for future updates to the personas.

wooddani commented 8 years ago

Duplicate of #18