node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

nullObject should not be case sensitive

Open Tank-White opened this issue 5 years ago • 0 comments

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.

Tank-White avatar Oct 07 '20 14:10 Tank-White