Comment on Show HN: Npm module that makes easy to convert JSON to CSVparentComments−kauegimenesOP9yThis only happends if its a simple array, but if you have something like name: 'Robert', lastname: 'Miller', family: null, location: [{city: 'A'}, {city: 'B'}] you would get 2 csv lines one with location.city A and other with B
Comments
This only happends if its a simple array, but if you have something like
you would get 2 csv lines one with location.city A and other with B