Thanks Jean - I also found this example when looking through the mailing list:<div><br></div><div>8<---------------------------------------------------</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div>
try: paraview.simple</div><div>except: from paraview.simple import *</div><div><br></div><div>Sphere()</div><div>view = paraview.simple._create_view("SpreadSheetView")</div><div>Show()</div><div>Render()</div><div>
exporters = servermanager.createModule("exporters")</div><div>csvExporter = exporters.CSVExporter(FileName="/tmp/test.csv", View=view)</div><div>csvExporter.Write()</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial; font-size: small; border-collapse: separate; "><div>
--------------------------------------------------->8</div><div><br></div><div>It would be nice if it worked from the trace (and without having to create a spreadsheet </div><div><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "></span></div>
</span></div><div><br></div></span><br><div class="gmail_quote">On 23 February 2011 16:59, Favre Jean <span dir="ltr"><<a href="mailto:jfavre@cscs.ch">jfavre@cscs.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
w = CSVWriter()<br>
w.FileName = "/local/data/tmp/foo.csv"<br>
#s1 should be of type Table<br>
w.Input = s1<br>
w.UpdatePipeline()<br>
<br>
<br>
-----------------<br>
Jean M. Favre<br>
Swiss National Supercomputing Center<br>
</blockquote></div><br></div>