<div dir="ltr">Try Using CreateWriter() like so:<br>writer = CreateWriter(&quot;.../foo.csv&quot;, source)<br>writer.FieldAssociation = &quot;Points&quot; # or &quot;Cells&quot;<br>writer.UpdatePipeline()<br>del writer</div>

<div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Fri, Oct 4, 2013 at 10:18 AM, Peter Maday <span dir="ltr">&lt;<a href="mailto:madapeti@gmail.com" target="_blank">madapeti@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div><div><div><div>Dear All,<br><br></div>I would like to automate a process that involves saving the output of a PlotSelectionOverTime filter to a CSV file. Manually it is done by invoking the &quot;Save data &quot; command from the File menu while the graph view is selected.<br>


<br></div>When I try to record the trace for this step, it does not contain the CSV save part.<br><br></div>My question is how to save the PlotSelectionOverTime output to a text file in a script.<br><br></div>Thansk a lot! <br>


</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>