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
I came here to post this exact issue. A CSV row like "foo","" is semantically different from "foo",: The second value should be returned as an empty string in the first example, and as null in the second one. Both examples currently result in an empty string.
Parsing or Formatting?
something like:
should be parsed as :
I could not find a option to make the parsing output the above json, the parsed output is always like
{a: ""}
But it is critical for validation.The text was updated successfully, but these errors were encountered: