[Paraview] CSV writer: choose data to be written in the file

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Mar 20 09:59:21 EDT 2014


The writer currently doesn't support selecting which arrays are
written out, I am afraid.

Utkarsh

On Thu, Mar 20, 2014 at 7:09 AM, Francois Beaubert
<Francois.Beaubert at univ-valenciennes.fr> wrote:
> Hi all,
>
> Is it possible to choose the data to be written in a csv file using CreateWriter ?
> I've made a python script which make an XY plot using PlotOverLine filter but I'm not able to choose the data written in the csv file:
>
> source = PlotOverLine1
> writer = CreateWriter("line.csv", source)
> writer.FieldAssociation = "Points" # or "Cells"
>
> What can I do to choose which variables will be written in the csv file.
> Any help will be warmly welcome.
>
> Thank you very much
> Francois
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview


More information about the ParaView mailing list