So this is (the start of) what I’m going to do with the SQL I ran on for an exported SQLite database
I have lots of records to upload, which I plan to use ImportText for, but many of the people in them will already be in my GRAMPS, and want to minimise the amount of times I have to use ‘Eliminate possible duplicates’
With the records to be uploaded, I’ll have a surname, given name(s) and a date, which might be when born / baptised, died / burried, but often also when they were involved in some event, like getting married. So I want to see if there is someone in my GRAMPS already where these fields match
The matches don’t have to be exact, and using soundex is going to help a lot with text matching, and there can be some tolerance on dates.
I’ve not started on doing this, but it’s going to be an exercise in using Dataframes and applying some functions I’ll write in my notebook, and I think I’ll be able to get fairly good matching, and use existing [I0000] format codes when I upload via ImportText
I’m aware I may be reinventing what is done with the GRAMPS tool to eliminate possible duplicates after they’ve been imported, but as explained in earlier posts, I don’t know how to access such code directly. I had a look to see where it was, so I could maybe do some cutting and pasting, but I couldn’t find it.
If what I’m doing is something the GRAMPS team can see other people wanting to do, then I’ve be delighted if this could be seen as some prototyping for future developements