Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Team,
I have input as below.
2016-10-01|1243.5
2016-10-01|1106.8
2017-11-01|12309.0
2017-11-01|13467.9
Output need as :-
date|sales|key_value
2016-10-01|1243.5|1
2016-10-01|1106.8|2
2017-11-01|12309.0|1
2017-11-01|13467.9|2
when ever date change happen, we need to create key from starting.
can some advice how to do it in tmap and tjavarow by using custom coding
Thanks In Advance!