Hi,
I am importing the CSV file to Database properly but when i import the same CSV file with updated value, it doesn't override the existing records.
I want to override the existing records while Importing the CSV file.
Kindly help me out with this.
Discussion posts and replies are publicly visible
As suggested by Deepak gupta you can truncate the table each time before or after the data load.
I would recommendation to truncate the table via stored procedure. You can execute the stored proc from Appain PM smart service or via a function call to executestoredprocedure(), it would be much easier way to deal with this kind of scenarios.