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
1114
April 2, 2019
Looking for help working with CSV code or excel
Coding Questions
21
1210
June 9, 2021
Help with data.csv code
Coding Questions
11
1098
May 2, 2019
Agents coding work but need add on two variable data
Coding Questions
28
1520
May 25, 2018
A quirky problem with string arrays and Null Pointer Exception
Coding Questions
8
465
March 20, 2020