guache Posted December 24, 2019 Share Posted December 24, 2019 (edited) I have a non-graphic application which spits out CSV data. I'd like to read it into Houdini as points with attributes. I can format the data, so that one CSV line contains all the properties for one point: X,Y,Z,"attrib1","int","attrib2","string"... etc <- where "int" and "string" are attr types Is there a built-in SOP in Houdini that can read such data and create a point with attributes for each line? If not, what's the best option? A Python SOP that reads this in and creates the data? Thanks. Edited December 24, 2019 by guache Quote Link to comment Share on other sites More sharing options...
Librarian Posted December 24, 2019 Share Posted December 24, 2019 http://brendandawes.com/blog/auto-create-groups-houdini https://www.niklasrosenstein.com/post/2017-07-26-houdini-import-csv-node/ Quote Link to comment Share on other sites More sharing options...
guache Posted December 24, 2019 Author Share Posted December 24, 2019 36 minutes ago, Librarian said: Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.