cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
126 stars 35 forks source link

readCsv: commons csv boolean options should default to true #345

Closed cfsimplicity closed 10 months ago

cfsimplicity commented 10 months ago

Commons CSV configuration options such as withAllowMissingColumnNames( boolean ) require a parameter, but the library doesn't need to if setting to true: that should be the default.