Skip to main content

Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame)

Workflow preview

Workflow preview
100%
Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

A minimal workflow to convert a Revit/IFC/DWG project into analysis ready XLSX (and optional DAE ) with a single run. Set two variables, execute, and the converter does the rest. What it does Input...

Best for

  • Engineering automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.executecommand

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Artem Boiko.

Original n8n.io source

1.1 Workflow description

Title
Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame)
Workflow name
Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame)

A minimal workflow to convert a Revit/IFC/DWG project into analysis-ready XLSX (and optional DAE) with a single run. Set two variables, execute, and the converter does the rest.

What it does

  • Inputs: path_to_converter and path_project_file (RVT/IFC/DWG).
  • Runs: RvtExporter.exe "<converter>" "<project_file>".
  • Outputs: writes <ProjectName>_rvt.xlsx (and *_rvt.dae if enabled by your converter).

Prerequisites

  • Windows host (local executable + filesystem).
  • DDC Revit toolkit installed: C:\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe.
  • A local project file you can read.

How to use

  1. Import this JSON into n8n.
  2. Open “Set path to file and converter” and set:
    • path_to_converter: C:\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe
    • path_project_file: e.g., C:\\Sample_Projects\\your_project.rvt
  3. Run Manual Trigger → the command node executes the converter.

Notes & tips

  • Ensure the path points to the executable inside datadrivenlibs.
  • Use ASCII-safe paths; ensure write permissions next to the project file.
  • This is intentionally simple: chain it with your own Parse/Transform/Load steps as needed.

Categories

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

Tags

cad-bim, revit, ifc, dwg, converter, xlsx, dae

Author

DataDrivenConstruction.io [email protected]

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

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 4 - Set path to file and converter

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Converting the project into a structured form

Type / Role
n8n-nodes-base.executeCommand - executeCommand
Config choices
Version 1

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame)
Complexity intermediate
Nodes 7
Categories Engineering
Author Artem Boiko
Published 11 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5867/5867.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame) do?

A minimal workflow to convert a Revit/IFC/DWG project into analysis ready XLSX (and optional DAE ) with a single run. Set two variables, execute, and the converter does the rest. What it does Input...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering use case.