node-csvtojson
node-csvtojson copied to clipboard
nullObject should not be case sensitive
In a CSV file I use, the value "NULL" is written in some csv cells. I don't want it as string, so I set nullObject to true, but the "NULL" values are still considered as string. I guess the flag is case sensitive, but I think it should not be case sensitive.