All,

Say I have a .csv file containing x, y and z output from a simulation, and
a second .csv file with the same number of rows that contains just a single
column containing something such as pressure.

Is there a Paraview equivalent of the unix 'paste' command that will do a
column bind?

Some way to turn something that might look like:

geom.csv:
x,y,z
-1,-1,0
0,0,1.2
...

press.csv:
pres
1.23
3.45
...

into:
x,y,z,pres
-1,-1,0,1.23
0,0,1.2,3.45
...


Or some way to amend a set of points from TableToPoints with a loaded
.csv?  Obviously the assumption is that the information in the additional
file is in the same order as the loaded geometry.

-David Ortley
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview

Reply via email to