I want to create an importer for my categories but when importing data the data is not saved to the
3 Replies
To troubleshoot and fix issue where data from your importer is not being saved to the database, you should confirm first
The headers(category_code, name, parent_id) must exactly match the epxected column names in your database
once you check it, I think you should update the CategoryImporter Class
The header matches the columns in the database
In that case, I think you should change CategoryImporter Class with error exception handler
I mean "try catch"