I want to create an importer for my categories but when importing data the data is not saved to the

3 Replies
taka92
taka922mo ago
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
marty6236
marty6236OP2mo ago
The header matches the columns in the database
taka92
taka922mo ago
In that case, I think you should change CategoryImporter Class with error exception handler I mean "try catch"

Did you find this page helpful?