cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to json hierarchical data

rbikash7758
New Contributor III

Hi All ,

I wanted to falten a json data but its coming as array only as i have to load this to relation table i wanted this value as a relation column value .

image

I have used json spiltter and then in mapper wrtitten below expression still its giving me results as a list .

image

Mapper snap -jsonPath($, โ€œ$Business_Units_group[*].referenceIDโ€)

But i want only up highlighted value like other columns not inform of list .

can somebody help me .its little urgent for me .

2 REPLIES 2

Supratim
Contributor III

use toString() method.

rbikash7758
New Contributor III

Thanks a lot Supratim bhaina ๐Ÿ™‚