Strings like "smth \" string" doesn't enclosed with quotes, so any other csv to json parser can't read it propertly. So if a field of a json object contains " (double quote) will not parsed correct.
This problem is probably related to https://github.com/kauegimenes/jsonexport/pull/10 topic.
Strings like "smth \" string" doesn't enclosed with quotes, so any other csv to json parser can't read it propertly. So if a field of a json object contains " (double quote) will not parsed correct. This problem is probably related to https://github.com/kauegimenes/jsonexport/pull/10 topic.