If the semicolon ;
character is the delimiter for separating the values within a row, it’s not a valid CSV file anymore!
Instead, you’re gonna need to rely on the following trio:
- loadStrings(): https://Processing.org/reference/loadStrings_.html
- split(): https://Processing.org/reference/split_.html
- trim() (rarely needed though): https://Processing.org/reference/trim_.html