RonasIT / laravel-helpers

11 stars 14 forks source link

CSV iterator refactoring #71

Closed DenTray closed 11 months ago

DenTray commented 1 year ago

We need to deprecate the parseColumns method and implement setColumns method instead.

Also as we discussed, pelase implement two test cases for iterate csv file with headers and without headers.

If setColumns method not called - by default we should get the first line as a headers

Goodmain commented 1 year ago

@DenTray All done and merged

DenTray commented 1 year ago

@Goodmain works as expected, thanks!

DenTray commented 11 months ago

Released in https://github.com/RonasIT/laravel-helpers/releases/tag/2.4