Hello,
I'd like to build a scene with Tasker that would allow me to input a value, and return a corresponding number in a window. For example, I would Ideally have a CSV with containing a vehicle index number and a corresponding mileage. I'd like to enter the vehicle number into the ui on my scene, and have it return the vehicle mileage.
I can make the scene just fine, and I can make the vehicle number a variable "%Vehiclenumber", but how do i get Tasker to find the mileage to go with it on the csv, and post that to another window on my scene (or even just dump into another variable, I can work with it from that point.)
so on my CSV
Vehicle xxx,100,000 mi,10/18/2014,18:30,4448881234
I'd like to enter "Vehicle xxx"
and I'd like the value returned to be "100,000"
Is this possible?
Thanks for any help,
Damian