cfsimplicity / spreadsheet-cfml

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

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

Closed cfsimplicity closed 1 year ago

cfsimplicity commented 1 year 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.