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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Jacco_De_Zwart
Creator
Creator

Additional column after tWriteJSONField

Hi all,

I have a (part of a ) flow as follows :

Jacco_De_Zwart_0-1765543430567.png

The tMap infront of the tWriteJSONField  does some data cleaning.

In this example there are 8 rows as input, and based on the grouping column for tWriteJSONField, the end result is 4 json structures with an array in it. That is not the problem, they are generated in the correct way.

What I want is that the field that is the grouping field of the tWriteJSON component (called ConsignmentGUID), allso is in the output of the tWriteJSONfield or that I can get the column value and link is to the JSON structure that is generated. In this way, each JSON structure has it's own unique ConsigmentGUID needed for the next step.

But how do I link/associate the ConginmentGUID (the grouping column) to the output of the JSON structure ?

Thanks in advance.

 

Jacco

Labels (2)
1 Reply
Shicong_Hong
Employee
Employee

@Jacco_De_Zwart 

Have you added the ConginmentGUID field in the output table of tWriteJSONfield component?  It will output the grouping column along with the JSON string. 

2025-12-15_10-58-34.png

Regards

Shicong