skip to Main Content

Json – How to use value of key in JOLT

I'm looking for breaking nested JSON file and trying to flatten them to fit into a SQL database. Current JSON: { "content": { "failedPerProductLineAndReason": { "Product1": { "Downsizing licenses is not allowed": 1 } } } } Expected outcome: {…

VIEW QUESTION
Back To Top
Search