Question
Get the rows count of csv file
Hello everyone
I need to get the rows count of a csv file. I can do this with layers but I need to get this count from footage.
this is the example with layers:
thisComp.layer("data.csv")("Data")("Number of Rows");but I need something like this:
footage("data.csv")("Data")("Number of Rows");
