cfsimplicity / spreadsheet-cfml

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

csvToQuery() method ignores trim setting when reading from file #339

Closed bdw429s closed 10 months ago

bdw429s commented 10 months ago

The trim value is never passed along to

getCsvHelper().parseFromFile( arguments.filepath, format )

and gets defaulted to false regardless of what is passed into the csvToQuery() method. trim is only obeyed for a string argument.