Closed DenTray closed 11 months ago
We need to deprecate the parseColumns method and implement setColumns method instead.
parseColumns
setColumns
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
@DenTray All done and merged
@Goodmain works as expected, thanks!
Released in https://github.com/RonasIT/laravel-helpers/releases/tag/2.4
We need to deprecate the
parseColumns
method and implementsetColumns
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