laravel-nova-csv-import
laravel-nova-csv-import copied to clipboard
The best CSV import component for Laravel Nova
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...
hello all i got this error when i try to upload the csv file i don't know why it was work before Nova experienced an unrecoverable error. local.ERROR: foreach() argument...
**Expected** 1. Upload .csv with 400 rows 2. 400 rows are created without error **Actual** 1. Upload .csv with 400 rows 2. PDO statement error (see error screenshot) suggesting to...
Hi, I have installed the package and followed the instructions on registering inside the tools on NovaServiceProvider. I cant see the import button on any of my resources even when...
If an uploaded file is intended for a table that doesn't yet exist, it might be quite nice to have an explorative way of creating the table structure, where you...
It would be great if CSV Import could handle zipped (`.gz`, `.zip`) files. This would allow for larger CSV files to be uploaded as they're typically much smaller when compressed....
I'm trying to import records into a link model similar to ``` - id - class_id - student_id - some_other_fields ``` My Nova Resource has fields of ``` ID::make()->sortable(), BelongsTo::make('Class'),...
Hello @simonhamp, I am encountering an issue with the Laravel Nova CSV import package where the model() function is not being called during the import process, even though the map()...