this is ? a excel/spread sheet ? view,
show the text of the data.csv file
i want see the ","s
add it should be in sub dir /data/
and pls call it with
String infile = "data/data.csv"
Table table;
void setup() {
table = loadTable(infile,"header , csv" );
}