{
  "name": "Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame)",
  "nodes": [
    {
      "id": "06a9a9db-ced5-423b-a3a1-9f7494aea317",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        528,
        224
      ],
      "parameters": {
        "width": 560,
        "height": 300,
        "content": "## ⚠️ Troubleshooting\nIf you encounter errors during conversion, be sure to reference the executable inside the **`datadrivenlibs`** folder. Use this path:\n\n```text\n\"DDC_Exporter_XXXXXXX\\datadrivenlib"
      }
    },
    {
      "id": "5d337502-da31-4e35-9481-afaae2602ff8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -400
      ],
      "parameters": {
        "width": 340,
        "height": 132,
        "content": "⭐ **If you find our tools helpful**, please **consider starring** our repository on [GitHub](https://github.com/datadrivenconstruction/cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qt"
      }
    },
    {
      "id": "9f2d392f-3e33-472f-9db3-3375606ff62d",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        480,
        -16
      ]
    },
    {
      "id": "9fc834a6-6d60-430e-99be-eb93e5d4939d",
      "name": "Set path to file and converter",
      "type": "n8n-nodes-base.set",
      "position": [
        688,
        -16
      ]
    },
    {
      "id": "8d1c478a-0231-47f9-bf4a-593f21b13dcf",
      "name": "Converting the project into a structured form",
      "type": "n8n-nodes-base.executeCommand",
      "position": [
        880,
        -16
      ]
    },
    {
      "id": "3ce0d757-7611-4708-a402-ff97f283361c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -208
      ],
      "parameters": {
        "width": 192,
        "height": 384,
        "content": "## ⬇️ Only modify the variables here  \n— everything else works automatically"
      }
    },
    {
      "id": "1f42b881-3c0f-42bb-b25e-e7e7512b3f1c",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -256
      ],
      "parameters": {
        "width": 688,
        "height": 464,
        "content": "Simple n8n workflow"
      }
    }
  ],
  "connections": {
    "Set path to file and converter": {
      "main": [
        [
          {
            "node": "Converting the project into a structured form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set path to file and converter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}