Hi,
Recently, i have created an excel file to create a data base of mullion profil dimension. This excel export csv file that i link manually in my family in revit.
I would like to know if there is a method to automatically actualize the link between my family and my csv file with a macro or a dynamo that i can simply launch.
I can analyze by myself witch family need to be actualized.
Once a lookup table is imported, the data is stored internally within the family. The only way to update the data in the family is to import a “new” table. I’m not aware of any custom nodes for this so you’ll probably need to write something yourself. This might be a good starting place.
if you are so disappointed, why not create it yourself? And, your concept are totally off here. Import csv node is just purely parsing csv data into readable dynamo data that is to be used in the visual programming environment, nothing else more. If you want to find any OOTB nodes that will play with Revit, go search under the Revit category. If you are dealing with family, orchid package is your best bet. But with that being said, since it is simple node like you said, i believe you can do it in python script easily right