DevProgress / csv-simple-search

Generic Search and Export Tool for .csv files
Apache License 2.0
6 stars 3 forks source link

Convert values to strings before calling toLowerCase. #49

Closed kellegous closed 8 years ago

kellegous commented 8 years ago

When searching CSV files that have numeric columns, I get the following error on any search.

Uncaught TypeError: val.toLowerCase is not a function

This fixes that by converting all values to strings before doing a string search.

decause commented 8 years ago

:abc: