laravel-nova-csv-import
laravel-nova-csv-import copied to clipboard
FR: Update existing data
Hi, great plugin, thanks for that. Is it possible to add an option to update rows based on the ID? or to import a csv in "Update Mode" (don't create new rows but only update if found)? Thanks Roy
@webteamseo This is great feature request and definitely something I'd find useful. I don't have time to build it myself just yet, but if anyone fancies giving this a go, I'd love to review a solid PR for this.
@simonhamp Do you still plan on implementing this feature? I would really love to have this.
@basserd yes I do
@simonhamp Do you have any idea of when this could be?
@basserd when I get some time to pick it up 😊
@simonhamp Haha Fair Enough, I'll keep an eye on the issue. Thanks for the quick responses :)
Hi I would like to recommend, that you have a choice when updating an existing record. updateOrCreate, or Update. you can have more like first or create etc., I think this feature will be more practical than just Update.
Thanks