kaue / jsonexport

{} → :page_facing_up: it's easy to convert JSON to CSV
http://kaue.github.io/jsonexport/
Apache License 2.0
247 stars 41 forks source link

Double quote doesn't enclosed with quotes #30

Closed dozen1488 closed 7 years ago

dozen1488 commented 7 years ago

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.

dozen1488 commented 7 years ago

@kauegimenes I created pull request for this problem https://github.com/kauegimenes/jsonexport/pull/31

dozen1488 commented 7 years ago

Fixed in https://github.com/kauegimenes/jsonexport/pull/31