Page 1 of 1

Problem with Clean Living Persons

Posted: 13 Jun 2018 11:19
by ColeValleyGirl
Running this plugin on my data file with these settings
Screenshot 2018-06-13 12.10.10.png
Screenshot 2018-06-13 12.10.10.png (53.81 KiB) Viewed 4065 times
I get this error
Screenshot 2018-06-13 12.09.32.png
Screenshot 2018-06-13 12.09.32.png (7.47 KiB) Viewed 4065 times
I've tried the version at viewtopic.php?f=42&t=15648&p=83791&hili ... ons#p83761 but no success

There are no invalid dates in the file.

I do however have a number of unnamed individuals, one of whom is private... If I delete that private individual manually, the error does not reoccur.

Re: Problem with Clean Living Persons

Posted: 13 Jun 2018 13:20
by tatewise
Sorry about that, it was not catering for [unnamed person] cases, and nor did its predecessor Clean Living People.

Try attached Clean Living Persons Plugin Version 1.5.2 Date 13 Jun 2018.
[EDIT: Attachment deleted as V1.6 now in Plugin Store.]

Re: Problem with Clean Living Persons

Posted: 13 Jun 2018 13:56
by ColeValleyGirl
Thanks -- wrestling with Gedsite quirks right now but will test this soon.

Re: Problem with Clean Living Persons

Posted: 13 Jun 2018 14:36
by ColeValleyGirl
Works perfectly now.

Don't suppose you want to change your Export plugin to change unknown names to Unknown (where given name and surname are both blank) or Unknown X or Y Unknown where one or the other is unknown...

Just joking... at the moment.

Re: Problem with Clean Living Persons

Posted: 13 Jun 2018 15:04
by tatewise
Is that Unknown name scenario a particular problem with GedSite?
Should be quite easy to add to Export Gedcom File as an option.

You could use the Search and Replace Plugin to make such changes in only Name fields using LUA Pattern Mode.
e.g.
For no Name contents at all
Search: ^$
Replace: Unknown

For no /surname/
Search: //
Replace: /Unknown/

For no given names
Search: ^/
Replace: Unknown /

Re: Problem with Clean Living Persons

Posted: 13 Jun 2018 15:33
by ColeValleyGirl
I'm in dialogue with John Cardinal about it.

I shall report back.