You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.