CSV files

Hi, I’m trying to upload a CSV file created with Microsoft Excel. I have to represent the trend of C as the coordinates of the points x, y, z change.
There are 4 columns in the file (x, y, z, C), I can’t import all four of them together.
Can someone help me?
Thanks so much.

Delimited Text Reader + Table to points should do the trick.

  • Open your file with ParaView, set delimiter, Apply
  • Filters -> Table to points, set point arrays, Apply