Batch export rfa family parameters & values to excel

Hi guys,

I have several Revit families in rfa format. I am looking to find a way to export all of the parameters and values for these families to excel. This will save me opening each file individually and copying and pasting the data out.

Is there a way to do this? Where should I start?

Many thanks,

G

Python! :slight_smile:

You can either open each RFA document , read the data that you want and close it without saving. Or you can use this method http://www.revitapidocs.com/2018.1/1f2c631b-2733-0aa7-051c-42bccb07f05e.htm and then parse the XML file.