Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant access nested json data ? #147

Open
Quiet-Kid1 opened this issue Dec 3, 2020 · 0 comments
Open

cant access nested json data ? #147

Quiet-Kid1 opened this issue Dec 3, 2020 · 0 comments

Comments

@Quiet-Kid1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant