Random rows/columns in a csv file and print text with typewriter effect

(Belatedly, sorry – If you are still doing this:)

Do you want the webpage sketch to be drawing its CSV data from a server-side csv file? Or do you want the user to be able to select / load their own CSV file?

In general: p5.Table / p5.TableRow are not exactly the same as Processing’s Table and TableRow classes, but the API is very close.