Need Support on Nested Json structure

Created on 24 March 2025, 3 months ago

"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

💬 Support request
Status

Active

Version

2.0

Component

Code

Created by

🇮🇳India sureshravi chennai

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024