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
Hi suryanshuj0001
You can try some trigger configured with that table insertion. Otherwise have a stored procedure to truncate the table before insertion. This could help you.