Include CSV Data in After Effects

Опубликовано: 04 Август 2026
на канале: Erwin Trummer
16,420
173

With this method you can include your data from a GPS Watch or Smartphone in After effects. If you want to create a video with live statistic data, for example heartrate, speed or height meter this is the best way to do it. Make sure that you export your data as CSV table. This method is also working if you want to auto change the text, which is stored in an array or string. Very important is, to check the settings of your GPS watch or Smartphone, that the gadget writes the data every second.

Here is the source Code: (Expression text/code)

string = "arg1, arg2, arg3, arg4, arg5, arg6";
array = string.split(",");
l = array.length;
sek = Math.floor(time);
if(sek "write here the smaller Sign in" l){
array[sek];
}else{
"End of Data";
}