Newbies poz Posted November 30, 2005 Newbies Posted November 30, 2005 Is it possible to append data during the import process. I have added a new field to my table and would like to append data to that field during the import process from an external data file. I import approx 10 files to a single table, but I need the appended data to be different for each file imported and not overwritten. Can this be done?
CyborgSam Posted November 30, 2005 Posted November 30, 2005 Welcome to the Forums! Yes. In a simple scenario, when importing change the Import Option from Add new records to Update existing records in found set. Then select the new field as the recipient of the imported data. If you different records for each of the 10 files, do a search and a sort before each file's import so the found set matches the file's records and order.
Vaughan Posted December 1, 2005 Posted December 1, 2005 There is a better method: create a relationship between the two tables/files. Use the Replace command and specify a calculation that appeands the data into the field via the relationahip. Lastly, import any records from the new file that don't exist in the old table.
Recommended Posts
This topic is 6933 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