-
Data from Excel file to text layer
I’ve got some data that was recorded at 200Hz (it’s a steering wheel angle from a car). It’s in a simple Excel file, with the first column being time in seconds and the second being the angle in degrees, like so:
0.005 -2.124202967
0.01 -2.114402294
0.015 -2.116824389
0.02 -2.133757114
0.025 -2.134076595
0.03 -2.105466366
0.035 -2.081091404
0.04 -2.083098412
0.045 -2.097907305
0.05 -2.098354816
I want to overlay the angle values as text on some video of the steering wheel (recorded at 29.97fps). I’m totally new to After Effects expressions, so I’m not sure how to go about both loading the data from an external file and then figuring out the time difference so only the appropriate line of data is displayed for each frame of video. Any help would be greatly appreciated.