Try using Fetch to bring the data produced by the CSVReader module from the server back to the client where it will be accessible from the python shell.<div><br><div>Otherwise you need to create a Python Programmable Filter in order to access the data where it resides on the server side.<div>

<br><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<br>
<br><br><div class="gmail_quote">On Thu, Jan 5, 2012 at 10:34 AM, Luc Bordier <span dir="ltr">&lt;<a href="mailto:luc.bordier@sirehna.com">luc.bordier@sirehna.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
<br>
I am trying to access some data in arrays read from a CSVReader within a paraview script.<br>
<br>
My data is read by the following code :<br>
<br>
Results =  CSVReader( FileName=&quot;toto.csv&quot;)<br>
Results.UpdatePipeline()<br>
<br>
now I would like to acces some row value of my arrays.<br>
<br>
I am looking for something like :<br>
<br>
Results.GetRowData().GetArray(<u></u>0), but it does not exist.<br>
<br>
What is the best way to do it ?<br>
<br>
Thanks.<br>
<br>
<br>
Luc Bordier<br>
SIREHNA<br>
<a href="mailto:luc.bordier@sirehna.com" target="_blank">luc.bordier@sirehna.com</a><br>
<br>
______________________________<u></u>_________________<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/<u></u>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/<u></u>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/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div></div></div></div>