HistorySheWrote<p>Hey <a href="https://mindly.social/tags/genealogy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>genealogy</span></a> community, before I jump into a coding project, maybe one of you has a solution. Open to free and to inexpensive options.</p><p>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. </p><p>I tried <a href="https://mindly.social/tags/Gramps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gramps</span></a> but it emits no notes to the CSV for me. I Also tried <a href="https://mindly.social/tags/oxygen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>oxygen</span></a> and it emits the notes, but without any line breaks, so I would need to write code to parse them. </p><p>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.</p><p>Other ideas for tools that write out files that include notes as entered, not split or joined?</p>