SUKOHI / CsvValidator

A Laravel package to validate csv data.
8 stars 7 forks source link

Added the feature to start validating on the desired row #3

Closed hugoleon46 closed 4 years ago

hugoleon46 commented 4 years ago

Added the feature to start on the desired row, in case headings validation needs to be skipped. I included one example at the README file.

SUKOHI commented 4 years ago

Hi, hugoleon46. Thank you for your contribution.:)

Your idea is nice! As a result, I added $options including your idea.

And I also added your name to README.md. (If you don't like it, please inform me of it.)

hugoleon46 commented 4 years ago

Thank you for considering it and for adding me as a contributor, I appreciate it.

Happy to contribute to your project, which has helped me a lot.

Wonderful idea to add the $options parameter.