Jump to content

Importing delegate lists to match existing records


This topic is 3982 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I've been working on an old events database that lists delegates from years back. It tracks who's been to previous events. The database was built back in the faxback days of manual entry and I'm trying to update the workflow.

 

My idea is to get a data dump from the events registration web backend and try to import/match as many records as I can. Some things I may be able to match are mobile/cell phone number, firstname-lastname joined, or browse address. The idea being I have an intermediate import and cleanup file before introducing the data into the main database. Are there any other ways of achieving this? It would require manual identification before each record gets the to-import tick.

 

Also, how do you keep track of what has been imported from the web backend, to avoid importing multiple times? They don't want to delete the entries from the web backend.

Link to comment
Share on other sites

Have a flag in the intermediate database to indicate a match has been made and pushed into your final database. These records can be ignored on any subsequent passes.

 

And another flag to indicate a possible new match, for the next push into the final database (or import from intermediate to final database).

 

This should allow you to try different match keys, and then ignore records that have been matched previously.

 

I'd probably also have the final database primary key able to be entered into the intermediate database to procide a match / update field into the final system.

Link to comment
Share on other sites

This topic is 3982 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.