Split json array to individual JSON object by adding common key for each Object to access it further modules | Community
Skip to main content
Employee
April 29, 2024
Question

Split json array to individual JSON object by adding common key for each Object to access it further modules

  • April 29, 2024
  • 0 replies
  • 403 views

Hi Everyone,

I got a requirement in fusion as shown below,

input JSON : [{"key1":"value1"},{"key1":"value2"},{"key1":"value3"}]

OUTPUT [{"data":{"key1":"value1"}},{"data":{"key1":"value2"}},{"data":{"key1":"value3"}}]

Split JSON array to individual JSON object by adding a common key for each Object to access in further modules. please help me with this. 

I appreciate any help you can provide.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.