We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm working with CSV file which I run through a forloop of row by row. Is there anyway of skipping blank cells using Processing(I could sort it with Excel but it complicates my situation as I'm working with another CSV file to compliment this current one)?
So if I come across a row with a blank cell, how can I overcome the Null Pointer?
thanks :)
Answers
Check for
null
before proceeding: :-Bhttps://Processing.org/reference/null.html