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
I think it's probably an issue with thr csv file.
If you want to rule out the DB type, you could try importing the file to another type of DB and see if that works.
Once that is ruled out, I would suggest you progressively try a simple version of the CSV and try adding columns progressively to try to nail down where the issue is in the CSV file.