Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Aznrhmn_97
Contributor
Contributor

Need help with tJSONDOC to create JSON nested

Hi, I'm new with Talend and still learning. I don't know how to create this json structure. 

 

{
   "Group":"Saga",
   "ID_Details":{
      "1":{
         "Attribute":{
            "Type":"None"
         },
         "ChildName":"Saga1",
         "Total":23,
         "Active":true
      },
      "2":{
         "Attribute":{
            "Type":"None"
         },
         "Child Name":"Saga2",
         "Total":23,
         "Active":true
      }
   }
}

 

I used tWriteJSONField but it not came out like what I expected. Some of community suggest me to use tJSONDoc but I'm stuck. Can someone help me?

Labels (2)
0 Replies