Convert a Revit model to Excel and parse it into structured items ready for downstream ETL.
This minimal template runs a local RvtExporter.exe
, checks success, derives the expected *_rvt.xlsx
filename, reads it from disk, and parses it to data items in n8n.
path_to_revit_converter
and revit_file
.RvtExporter.exe "<converter>" "<revit_file>"
(writes *_rvt.xlsx
next to the RVT).<revit_file> → *_rvt.xlsx
and read it from disk.C:\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe
..rvt
you can read; the converter will write *_rvt.xlsx
next to it.path_to_revit_converter
: C:\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe
revit_file
: e.g., C:\\Sample_Projects\\your_project.rvt
*_rvt.xlsx
and emit parsed items.<YourProject>_rvt.xlsx
(created by the converter).Data Extraction · Files & Storage · ETL · CAD/BIM
cad-bim
, revit
, ifc
, dwg
, extract
, xlsx
, etl
DataDrivenConstruction.io
[email protected]
We work with leading construction, engineering, consulting agencies and technology firms around the world to help them implement open data principles, automate CAD/BIM processing and build robust ETL pipelines.
If you would like to test this solution with your own data, or are interested in adapting the workflow to real project tasks, feel free to contact us.
Docs & Issues:
Full Readme on GitHub