F
Filament6mo ago
Sarah

Import Action Issue

I'm trying to set up the Import Action on a Table, everything seems to be going OK until I click the Import button (after choosing the file and selecting the columns). Then it just gives the notification that the row is being imported. But, it isn't imported and there is nothing in the failed_import_rows table. There are entries in the imports and jobs_batches tables though. I have tried to add a dd in the beforeValidate() hook but that doesn't work either. I must be missing something but I'm not sure what.
2 Replies
toeknee
toeknee6mo ago
Do you have the laravel queue working? php artisan queue:work
sadiqgoni13
sadiqgoni136mo ago
I also experienced this , you have to align your csv contents and the ImportColumn data to match