Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to remove/replace square brackets and extra curly braces in a json file using expressions in mapper

Hi Team, I want to remove the square brackets and extra curly braces in the given json file to convert the json file to expression file. My input file is as below. [ { “Test”: { “xyx”: “x”, “abc”: “a”, “pqr”: “p” } }, { “Test1”: { “opq”: “o”, “stu”: ...

abinayad by New Contributor
  • 5282 Views
  • 2 replies
  • 0 kudos

Resolved! Join 2 arrays

I have 2 different arrays, one having id, header and another having id,name. Need to join these 2 arrays and get an output file of id,header,name. I need json splitter json path, I have just for id which is jsonPath($, “id[*]”). How do I include both...

Sahil by Contributor
  • 4531 Views
  • 15 replies
  • 12 kudos