<div dir="ltr">All,<div><br></div><div>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.</div><div><br></div><div>Is there a Paraview equivalent of the unix 'paste' command that will do a column bind?</div><div><br></div><div>Some way to turn something that might look like:</div><div><br></div><div>geom.csv:</div><div>x,y,z</div><div>-1,-1,0</div><div>0,0,1.2</div><div>...</div><div><br></div><div>press.csv:</div><div>pres</div><div>1.23</div><div>3.45</div><div>...</div><div><br></div><div>into:</div><div>x,y,z,pres</div><div>

<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">-1,-1,0,1.23</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">0,0,1.2,3.45</div>...</div><div><br></div><div><br></div><div>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.</div><div><br></div><div>-David Ortley<br class="gmail-Apple-interchange-newline">

<br></div></div>