You can export model data using MS Access or ODBC.
Drivers | |||||
Access 2003 x86 | Access 2007 x86 | Access 2007 x64 | |||
Installs | Windows x86 | Revit x86 | Yes | No | No |
MS Access 2007 x86 | Revit x86 | Yes | Yes | No | |
MS Access 2010 x86 | Revit x86 | Yes | Yes | No | |
Windows x64 | Revit x86 | Yes | No | No | |
MS Access 2007 x64 | Revit x86 | Yes | Yes | No | |
MS Access 2010 x64 | Revit x86 | Yes | Yes | No | |
Windows x64 | Revit x64 | No | No | No | |
MS Access 2007 x64 | Revit x64 | No | No | No | |
MS Access 2010 x64 | Revit x64 | No | No | Yes |
Exporting data using MS Access
If you selected Select a new connection, the Select database dialog displays. Browse to the desired location.
During subsequent data export to the same database, only the data from the project is affected so that new fields or tables added to the database remain next to the newly exported data.
Exporting data using ODBC
If you selected Select a new connection, the Select database dialog displays. Browse to the desired location.
Creating an ignoretables.xml file to ignore the export of shared parameters and some tables.
<?xml version="1.0" encoding="utf-8"?>
<Config>
<Tables file="2_F_local.rvt">
<Table name="MechanicalEquipment"/>
<Table name="MechanicalEquipmentOnWall"/>
</Tables>
<Tables file="LUMC_02.rvt">
<SharedParameters/>
<Table name="RoomAssociations"/>
<Table name="RoomFromToAssociations"/>
<Table name="Walls"/>
<Table name="DoorWall"/>
<Table name="CurtainWallPanelOnWall"/>
<Table name="WindowWall"/>
<Table name="MechanicalEquipmentOnWall"/>
<Table name="PlumbingFixtureOnWall"/>
<Table name="LightingFixtureOnWall"/>
<Table name="OpeningOnWall"/>
<Table name="GenericModelOnWall"/>
<Table name="CaseworkOnWall"/>
</Tables>
</Config>