simonhamp / laravel-nova-csv-import

The best CSV import component for Laravel Nova
https://novapackages.com/packages/simonhamp/laravel-nova-csv-import
MIT License
166 stars 76 forks source link

How to use the EachRow functionality from Maatwebsite #80

Open Martenvanurk opened 6 months ago

Martenvanurk commented 6 months ago

Dear Simon,

many thanks for such a great package. I've created an own import class. But I cannot find out how I can use the EachRow functionality of the Maatwebsite Excel package. I want to manipulate the imported class because I need to optionally need to create some belongsTo relationships.

Can you maybe create a small example (if it's even possible) ?

Your sincerely, Marten