FlatFilers / csvjson-app

Online conversion and formatting tools for JSON, CSV and SQL.
https://www.csvjson.com
MIT License
438 stars 110 forks source link

Won't flatten array of strings #80

Open douglasom opened 5 years ago

douglasom commented 5 years ago

https://www.csvjson.com/json2csv/d3542c542a13f3546a5b58318f6cc2f3

It's a valid JSON but won't convert when the checkbox "Flatten" is checked. Instead, the following error is presented:

Item in array is not an object: "A"

haydnjm commented 3 years ago

I'm also running into this - did you manage to find a workaround?