Comment on Show HN: Npm module that makes easy to convert JSON to CSVComments−tambourine_man9yJust yesterday I was looking for the other way around, CVS->JSON−TeMPOraL9y- Wrap the entire file with { and }- Wrap each line with [ and ]- eval the file;).−tambourine_man9yIt wasn't neatly quoted, which I assume is a must for JSON, but yeah, I ended up going on a different path.
Comments
Just yesterday I was looking for the other way around, CVS->JSON
- Wrap the entire file with { and }
- Wrap each line with [ and ]
- eval the file
;).
It wasn't neatly quoted, which I assume is a must for JSON, but yeah, I ended up going on a different path.