-
Get the the column name (Header) of a CSV file
Hi, I’m trying to access the column name of a csv.
I have access to all the values but I can’t find a way to get the column name.
When I pickwhip a sourcetext to a value in the csv I have something like thatthisComp.layer(“data.csv”)(“Data”)(“Outline”)(“Labels”)(“Labels 0”)
What I am looking for is to be able to get the string “Labels” in my source text.
Thank you