User Activity

Hi, I have an default value for field $sum=390 and 10 input records(count may increase/decrease). Requirement :Each row should get $sum=$sum+10. if 1st row having sum=400, 2nd sum=410… Please suggest.
I have an Join(merge) output as below. [ { “BCUNAME”: “1q”, “REQUESTNUM”: “639431”, “no”: “4”, }, { “BCUNAME”: “e4” }, { “BCUNAME”: “rf” }, { “BCUNAME”: “14r” }, { “BCUNAME”: “26t” }, { “BCUNAME”: “3PH” } ] But I want to keep “REQUESTNUM”: “639431”, ...
Is it possible to perform sum of the values by grouping them on few fields in mapper/conditional snap in snaplogic. Because with aggregate snap I’m losing all input fields and keeping copy snap is taking more time to execute.
Hi all, I have a sample data as below: “TRANSCU2”: “T1” “TRANSCU3”: “T4” “TRANSCU4”: “T8” “TRANSCU6”: “T90H” “TRANSCU7”: “T67” “TRANSCU8”: “T653” But i wanted to map all source field to single target path like below: “CU”:“T1” “CU”:“T4” “CU”:“T8” “CU...
Hello Community, I need to get the sum of value present in between special character ‘|’. Length of input may vary, one such scenario is attached. Please suggest. Output getting after aggregate : “NEUTSUM”: “261.02||697.13|359.22” I need to get sum ...
Kudos from