Newbies jamieb Posted October 12, 2008 Newbies Posted October 12, 2008 I'm importing a tab delimited file that has a mixture of new data, that will create a new new record, and old data, thats matched with existing records based on a unique field, that will update the existing records. But rather then update and more importantly, overwriting the updated data, I want to merge the updated data with the existing data. Is this possible, or am I going to have to create separate records??
Ocean West Posted October 12, 2008 Posted October 12, 2008 Create a separate table that you import into then use relationship between your "data" table and your import table then you can compare your matching records - then a scripted process to import new records from the import table to the data table.
Recommended Posts
This topic is 5885 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 accountSign in
Already have an account? Sign in here.
Sign In Now