cfsimplicity / spreadsheet-cfml

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

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

Closed cfsimplicity closed 11 months ago

cfsimplicity commented 11 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.