jeroenzwart / laravel-csv-seeder

Seed your database with Laravel using CSV files
Other
92 stars 30 forks source link

Am I missing something or does this only work with ; separated files? #22

Closed commadore closed 3 years ago

commadore commented 3 years ago

As the name suggests, commas are the delimiters of choice for comma separated value files. I can't see a way to change the default delimiter of ";"

As such, I keep getting the error "CsvSeeder: Found only one column in header, maybe a wrong delimiter (;) for the CSV file was set"