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
Currently empty numbers are parsed as NaN values by parseDBF.
Since NaN !== NaN, if I compare two such values I always get they are not equal.
Could it be possible to parse those values as undefined or null?
Currently empty numbers are parsed as NaN values by parseDBF.
Since NaN !== NaN, if I compare two such values I always get they are not equal.
Could it be possible to parse those values as undefined or null?
e.g.
The text was updated successfully, but these errors were encountered: