Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Talend Developers,
Could any one help me in sorting out the below scenario
I have input data like
id|name
1|abc
2|adg
3|edc
4|tgv
5|sai
6|hil
and need to get o/p like
id|name|number
1|abc|1
2|adg|1
3|edc|2
4|tgv|3
5|sai|5
6|hil|8
@yashfreaky ,how do you want to increment ? based on what ? is that output is correct one?
Hi Manohar, Thank you for the quick response
please find the below process
0
1 |1+0=1
1 |1+1=2
2 |2+1=3
3 |3+2=5
5 |5+3=8 like wise incremental add for last column @manodwhb