Processing Community Forum
Problem with reading a .csv file
Processing
Coding Questions
jeremydouglass
May 27, 2018, 1:40pm
11
To load data from a CSV, either:
use
loadStrings
, then
split()
– as
@GoToLoop
explained above
https://processing.org/reference/loadStrings_.html
https://processing.org/reference/split_.html
use
loadTable()
https://processing.org/reference/loadTable_.html
show post in topic
Related topics
Topic
Replies
Views
Activity
Accessing nested values in a table
Coding Questions
16
1135
April 2, 2019
Agents coding work but need add on two variable data
Coding Questions
28
1551
May 25, 2018
Help with data.csv code
Coding Questions
11
1112
May 2, 2019
Looking for help working with CSV code or excel
Coding Questions
21
1219
June 9, 2021
Not reading text file for example on website
Coding Questions
3
498
November 20, 2018