Open jeff-bonevich opened 4 years ago
This is because Ancestry does not export valid GEDCOM when text has newlines. Newlines are supposed to be split into CONT nodes. There is a solution for this: https://github.com/elliotchance/gedcom/blob/master/cmd/gedcom/diff.go#L142-L154
Unfortunately, I haven't added the same CLI option to the warnings command. Would you like to fix it in a PR?
Actually, it may be related to this: https://github.com/elliotchance/gedcom/blob/master/cmd/gedcom/diff.go#L156-L169 either way the fix is basically the same - the engine supports it but theres no CLI option through warnings
to turn that feature on.
I am getting an interesting error when running warnings on a gedcom I exported from Ancestry:
Only line 532879 does not contain the text '2 SOUR @S1140445012@'. That text does appear in the file 100's of times, but not at that particular position. So not certain I am understanding the error at all. Not certain if this is a known issue with Ancestry exports or a bug.