Vishal bharatbhai Vanpariya
10/27/2022, 5:42 AMExample:
{test:abc , test1:xyz}
{test:abc , test1:pqr}
{test:mno , test1:xyz}
after key by:
{test:abc , test1:xyz, test_sum:1, test1_sum: 1}
{test:abc , test1:pqr, test_sum:2, test1_sum: 1}
{test:mno , test1:xyz, test_sum:1, test1_sum: 2}
if i use keyby(key).sum(position) it is working for one key only. but can not able to multiple key separately.
can somebody please help me with this?
Thanks