-
CSV in After Effects: Sum of a specific string value
Hi guys, getting started with CSV in After Effects. Thanks for the help!
I am making some weather-related graphs. For one graph, I need the number of the days with freezing temperature for every month of April during the 1960’s. I have a CSV which contains, among other data, a column with the temperature for each day of each April in the 1960’s. Another column includes a string value – either “Freeze” or “Thaw” for each row (determined by each row’s temperature value). I need the sum of the “Freeze” value contained in 300 rows.
I am not a great coder, so I am on w3schools JS tutorials often – learning very slowly. My hunch is that I might use a FOR LOOP? I’m really at a loss. Also, I don’t know whether JSON might be more convenient than CSV.
Sorry, there were no replies found.