Forum Replies Created

  • Polo Bill

    October 22, 2021 at 5:31 pm in reply to: CSV “Number of Rows” – adjust automatically in AFX

    <I was looking for “the number of Rows” max, and “the number of columns” max, from the csv. (dynamic link)

    const data = footage(“Values.csv”).sourceText.split(/\n/);
    const dataFirstRow = data[0].split(“,”);
    //data.length-2 // number of Row
    //dataFirstRow.length-1 // number of Columns

    Polo

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy