pradeep-mishra / csvjson

csv to json
MIT License
59 stars 22 forks source link

Replace quote with double quote when wrap enabled. #32

Open olala7846 opened 4 years ago

olala7846 commented 4 years ago

According to RFC 4180 quote in a CSV string should be double quoted.

Adding this support so the wrap flag can be RFC complient.