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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to create a json object from database columns

json format:

{
"attributeValue":[
{
"specName":"CUSTOMER_ID",
"specValue":"112345"
},
{
"specName":"CUSTOMER_TYPE",
"specValue":"12"
},
{
"specName":"CUSTOMER_FEATURES",
"specValue":"REPORT_GENERATION",
"specValueId":"YES"
},
]
}

 

specName is static value(CUSTOMER_ID,CUSTOMER_TYPE,CUSTOMER_FEATURES),

specValue,specValueId is database output column from Tmap.

 

how to get the above json format as output.Thanks.

Labels (3)
1 Reply
manodwhb
Champion II
Champion II