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

Json Complex Example #83

Closed 9thstudio closed 4 years ago

9thstudio commented 4 years ago

I see in JSON complex example, CSV format is as below. It doesn't look like CSV format. And how can this be converted to back to JSON. I tried different CSV to JSON module but none of them work.

Actually, I like this format, it's looks easier for language writer open in excel and see all keys in one columns and values in next but can't convert back to JSON.

cars,12 roads,5 traffic,slow speed.max,123 speed.avg,20 speed.min,5 size,10;20

AckerApple commented 4 years ago

This package is not about converting back. This issue appears stale and not having any activity

kaue commented 4 years ago

Agreed, this is out of our scope. try looking for another package that can help you with this.