Forum Discussion

Rudradip's avatar
Rudradip
New Contributor II
7 years ago

How to put string concatenation inside the JSON Generator snap body?

Hi Guys ,

My scenario is following : I need to pass the whole Json inside the JSON generator snap .I have checked the velocity documnets that concate works by just appending ,like $a$b will concate the content of $a and $b . But in this case it is not working .

Json_input.zip (383 Bytes)

Here the “_” are for pipeline parameters and $ is for the variables coming from previous mapper .

Please help regarding this .