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

Importing URLs #61

Closed ambitionphp closed 1 year ago

ambitionphp commented 1 year ago

I'm having an issue importing a comma separated CSV file of URLs. The urls are being broken up into two columns at the : part of the URL. Is there any way to enforce a rule to only break into columns at , points? I've tried wrapping the URLs in quotations but they are imported with quotations when I do that.

simonhamp commented 1 year ago

@ambitionphp could you share a sample file so that I can give this a test on my end?

simonhamp commented 1 year ago

@ambitionphp do you have any update on this issue?

simonhamp commented 1 year ago

Closing due to inactivity