Edited: Gramps solved it for me in an unusual way.
Hey #genealogy community, before I jump into a coding project, maybe one of you has a solution. Open to free and to inexpensive options.
I want to pull certain information out of note fields, using a GEDCOM file. But the desired information is often split across 2-3 lines and needs to be reconstituted.
I tried #Gramps but it emits no notes to the CSV for me. I Also tried #oxygen and it emits the notes, but without any line breaks, so I would need to write code to parse them.
My thought is to run through the GEDCOM, find the phrase that indicates what I am looking for and then reconstitute that line with the following information and write that out as a single line, ignoring everything else.
Other ideas for tools that write out files that include notes as entered, not split or joined?