πŸ”¬ Batch Convert CAD/BIM Files to XLSX/DAE with Validation and Reporting

⚑ 385 views Β· πŸ”¬ Document Extraction & Analysis

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

CAD2DATA: Batch Converter (Revit/IFC/DWG/DGN β†’ XLSX/DAE)

Batch-convert CAD/BIM files to analysis-ready XLSX and optional DAE with automatic verification and a clean HTML report. Runs locally via RvtExporter.exe and PowerShell on Windows.

Supports configurable export modes β€” basic (~309 categories), standard (~724), and complete (~1209) β€” plus optional outputs such as bounding boxes, Revit schedules, and PDF drawings.

What it does

Converter options

Examples

Prerequisites

How to use

  1. Import this JSON workflow into n8n.
  2. Open Set Configuration Parameters and set:
    • converter_path: C:\DDC_Converter_Revit\datadrivenlibs\RvtExporter.exe
    • source_folder: folder with your projects
    • output_folder: folder for results
    • include_subfolders: true / false
    • file_extension: .rvt | .ifc | .dwg | .dgn
    • options: see Converter options
  3. Run Manual Trigger.
  4. The workflow discovers files β†’ runs conversions β†’ verifies outputs β†’ writes and opens the HTML report.

Outputs

Notes & tips

Categories

Data Extraction Β· Files & Storage Β· ETL Β· CAD/BIM

Tags

cad-bim, revit, ifc, dwg, dgn, converter, batch, xlsx, dae, qto

Author

DataDrivenConstruction.io

Author

DataDrivenConstruction.io info@datadrivenconstruction.io

Consulting and Training

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

πŸ”— Nodes Used

Write Binary File, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup