- Issue created by @sureshravi
"company": {
"department": "Engineering",
"name": "Dooley, Kozey and Cronin",
"title": "Sales Manager",
"address": {
"address": "263 Tenth Street",
"city": "San Francisco",
"state": "Wisconsin",
"stateCode": "WI",
"postalCode": "37657",
"coordinates": {
"lat": 71.814525,
"lng": -161.150263
},
"country": "United States"
}
Currently this module is not supporting nested json extract i tried adding the fields in the views
Try these alternative paths:
company.address|address (with pipe notation)
company.address.['address'] (with bracket notation)
nothing worked for , can you help me to resolve this
Active
2.0
Code