-
Table from a CSV
Hi guys. I want to import a CSV and create a nicely-formatted table. I understand how to pickwhip a text layer’s source text property to one particular piece of data in the CSV. However, I want to get the whole column into a single text layer. So let’s say the first column of my CSV is years, 2000 to 2022. How can I get a text layer filled with a vertical list of all those years, using one expression? Bonus: I’d like to add two sliders, “row offset” and “number of rows” that allow me to specify which rows are brought in.
If I could get this working for one text layer then I could do other text layers for the other columns, pulling the same rows. Then all I have to do is create formulas that space everything out nicely.
Thanks.