Hi,
Looking to import points from a csv into revit using dynamo.
I want to pull the point ID(GUID), Easting, northing and elevation and draw them as a basic point in revit.
Any suggestions?
@smullenterprises Revit doens’t have points. Also please read the following and search the forum.
@smullenterprises is this a duplicate topic of here?
@jacob.small has suggested you provide the CSV file in the other topic as to assist others to help.
2 Likes
If you can provide the CSV that would help. If not then I suggest opening it in MS Excel, delimiting by comma and reviewing the list structure.
From here use import excel data and you should be able to isolate each column as a list, then manage them from there (feeding into X/Y for easy/northing, elevation for Z etc.).