Problem with reading a .csv file

Actually, you could be more specific. Under what conditions are you seeing these semicolons? Are they:

  1. In the original data file if you open it in a plain text editor
  2. appearing in a printout in the console if you use println() – if so, please share with what code exactly are you displaying,
  3. is appearing on the screen of your sketch? If so, it sounds like you might have an extra semicolon character in your input to text(), or in your use of the join() statement.

Please share your code!