[Paraview] Pasting multiple .csv inputs together

David Ortley djortley at gmail.com
Mon Feb 5 16:59:57 EST 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://paraview.org/pipermail/paraview/attachments/20180205/362b600b/attachment.html>


More information about the ParaView mailing list