Manipulate data from the csv

I do not know the content of CSV, but what I see is that you are taking only the elements of walls category of the Revit file with a wall quantities schedule of Revit.

I would get all elements of all categories instead and get the unique id from them and compare later with CSV file.

If that sounds complicated other possibility is to find any package node that gets elements by GUID of your CSV. Like Archilab…if the codes that others suggested you and didn’t work.

Are the global Id values the GUID or other ID type?

Thank you i will try to do these of all categories again and see if i am able to compare them will the csv. I will let you know.

The values of the csv are some numbers but the way i found to match them to the model elements was with the list of walls but i will get a shot with all elements if thats possible

Can you post the full CSV, or message it to me? Trying ot dig further on this but still don’t have all the necessary parts:
The Revit file (received on linked in)
The Graph (received here)
The CSV (not received)

To this point I’ve had to duplicate using the internal GUID and write that out, but I’m just now noticing the structure of your data is completely different. It appears that you’re using the IFC GUID field, not the Revit GUID. Sorry for not noticing this before. Can you upload the CSV so I can build an alternative workflow?

1 Like

good morning jacob, i have just sent it via linkedin because here the program dont let me upload it… yes i also figure out that… i will send you again the csv beacause i was able to made some changes but no t beeing able to set colors on concordance with it status

MANIPULATE DATA FROM THE CSV.dyn (118.4 KB)

1 Like