seven1m / onebody

private member portal for churches, built with Ruby on Rails
GNU Affero General Public License v3.0
1.4k stars 284 forks source link

New families and individuals being created when importing by ID match (legacy IDs) #676

Closed zarniwoop closed 7 years ago

zarniwoop commented 7 years ago

As a user importing data through CSV from PowerChurch; I want OneBody not to create new families and individuals when I ask it to match by ID, I include legacy_id and legacy_family_id in the import, and there are already People and Families in the database that match to those legacy IDs; So that I don't have to match by name in order to prevent duplicate records from being created.

(If I need to provide sample upload data for this, let me know)

seven1m commented 7 years ago

@zarniwoop I'm surprised by this issue. This is exactly how it's supposed to work ... maybe there is a bug here. I'll look into this...

seven1m commented 7 years ago

@zarniwoop if you could provide a small sample file for me to test with, that would be helpful. Thanks!

seven1m commented 7 years ago

I cannot reproduce this... closing until I get a sample file to test with.