Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to group data into json file

I have data that i want to group based on a field , and the other fields into arrays. exemple this table:

Produit

Brand

A

Toyota

B

Toyota

C

Renault

D

Toyota

 

I want in the result a json file like that:

{

  {Brand:"Toyota", Produit:["A","B","D"]},

  {Brand:"Renault", Produit:["C"]}

}

Could some one help me please.

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

Please have a look at this component:TalendHelpCenter:tWriteJSONField.

Let us know if it is what you are looking for.

Best regards

Sabrina