How can I export point attributes as a .csv file?

   3813   1   0
User Avatar
Member
152 posts
Joined: Aug. 2012
Offline
I would like to export a set of points as a single .csv file, with attributes such as P and N.

I tried using TOPs, connecting a geometry import (reading from my output node) to a CSV Output node. Setting Geometry Import's Copy From Class parameter to Point allowed me to produce a .csv file for each point, but what I'm trying to do is pre-compile the .csv into a single output file. Is this possible, and if so, how?

Additionally, how would this be done outside of TOPs? Python?
User Avatar
Member
152 posts
Joined: Aug. 2012
Offline
Okay.. I was a bit of an ignoramus - was looking for CSV Exporter in geo context rather than out, ended up using code [github.com] from SideFX repurposed into a custom HDA, using the script's variables to set up parameters for export.
Edited by Fenolis - July 7, 2021 02:10:21
  • Quick Links