securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 191 forks source link

cant access nested json data ? #147

Open Quiet-Kid1 opened 3 years ago

Quiet-Kid1 commented 3 years ago

why i cant access nested json data ?

my json is look like this:

data = [{ "name" : 'myName', "address" : [{ "country" : "myCountry", "city" : "myCity" }] }]

how to get the value city and place it to ExcelColumn value ? I'm trying to get that data with this address[0].city but did not work.. help please