Import Into Data Table deleting existing records
Hi - We need to import data into a data table in batches.
We have different CSV files for this . We cannot load all the data in one time due to performance reasons.
When I try to Import data - It deletes the existing data in the table. I am doing that through
Records Tab --> Import ,
We do not have direct access to the DB, how can I import and add data without deleting existing records ?
Thanks,
Smitha R
Hi,

Yes I could see the similar behaviour inhouse. When we upload a csv file, the already existing records are getting deleted.
I don't think, we can add data through importing csv file , without deleting the already existing records.
probably you need to contact the DBA, for the existing data and create a CSV file, and then add the new data to the same csv file, and import the excel file into the system.