{
  "name": "🛠️ Transform JSON to XML for Enhanced AI Prompt Formatting",
  "nodes": [
    {
      "id": "61e73730-2e9b-4882-82d0-b218958c0dc1",
      "name": "Convert JSON to XML",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        48
      ]
    },
    {
      "id": "8206f932-d658-41db-a8bc-50568d18f495",
      "name": "JSON to XML",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -128,
        48
      ]
    },
    {
      "id": "9e3350b9-b6ad-4993-8cef-995ff73eb4cd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -704,
        -624
      ],
      "parameters": {
        "width": 688,
        "height": 824,
        "content": "## JSON to XML Converter (Code Node)\n\nThis workflow utilizes a custom Code node to transform a JSON input into an XML structure. It offers flexibility in formatting and handling empty values.\n\n### Key"
      }
    },
    {
      "id": "0e34e239-4490-44cc-8531-8869df671b90",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        32,
        -480
      ],
      "parameters": {
        "width": 400,
        "height": 680,
        "content": "### Configuration (within the code):\n\n*   **`REMOVE_EMPTY_VALUES`** (boolean): Omits XML tags if their content is empty (default: `true`).\n*   **Configurable Newlines** (`NEWLINES_TOP_LEVEL`, `NEWLINE"
      }
    },
    {
      "id": "442907fb-24f2-4f7b-9372-ad14206d4e20",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -944
      ],
      "parameters": {
        "width": 540,
        "height": 1136,
        "content": "## Was this helpful? Let me know!\n[![clic](https://supastudio.ia2s.app/storage/v1/object/public/assets/n8n/clic_down_lucas.gif)](https://api.ia2s.app/form/templates/academy)\n\nI really hope this templa"
      }
    }
  ],
  "connections": {
    "JSON to XML": {
      "main": [
        [
          {
            "node": "Convert JSON to XML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}