<div dir="ltr"><div><div>Hi,<br>New to python scripting. How can one output a csv file inside a python script/macro?<br>I am trying the wiki:<br>>>> writer = CreateWriter(".../foo.csv", source)<br>>>> writer.FieldAssociation = "Points" # or "Cells"<br>
>>> writer.UpdatePipeline()<br>>>> del writer<br><br>But I get:<br>Traceback (most recent call last):<br>  File "<string>", line 173, in <module><br>AttributeError: 'str' object has no attribute 'UpdatePipeline'<br>
<br></div>Thanks for any help.<br><br></div>Denis<br><br></div>