Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to get the actual value from the cummulative value in talend ? for example On a paricular a car runs for 1000 kms next day the car will start from 1001 kms ,So what i need is how to calculate the total kms covered on a particular day
1000kms on 27-10-2017 2000kms on 28-10-2017
so the total kms covered on 28-10-2017 is 1000kms how to do that in talend for which i need to update around 1 lakh history records using the above method and this needs to be done in mongodb
11569|1
27752|1
27797|1
this is the output i am getting instead of the expected one.
The expression used are as follows
Var.lastDistance!=null ? row1.distance - Var.lastDistance : row1.distance for today distance
row1.distance for last distance
Please tell me what is the issue
I need a screenshot of your tMap config