Skip to main content
Question

Problem with JsonTemplater and Aggregator

  • November 23, 2022
  • 2 replies
  • 16 views

Hi!

I have a problem with a Json Templater and an Aggregator.

I would like to have this result :

imageIn my data, I have two items (Json_fragmenter_19) and I need to aggregate them to match with the result I want.

I do this :

imageI tried different code in the JsonTemplater but it doesn't work.

imageCan you help me?

Thanks

 

Laura

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • November 23, 2022

You should make Submissions a subtemplate.

 

Use a single Creator in the ROOT

 

Here's a good article which has some nice examples of using subtemplates

https://community.safe.com/s/article/json-writing-with-jsontemplater


  • Author
  • 13 replies
  • November 23, 2022

thanks for this article. I am going to follow this article