Hi All,
I am trying to Load CSV to DB, there are no errors in the instance. Have ensured correct mapping of table name, but CSV is not getting reflected in the DB.
Let me know if anyone has faced similar issues.
Discussion posts and replies are publicly visible
The headers of the CSV and the column names in the Table are same. It should be the to insert CSV to DB sucessfully. Also, please take care of the column length and primary key/foreign key concept as well while doing insertion from smart service.