Workflow: Manual Xml Automation

Workflow Details

Download Workflow
{
    "id": "3",
    "name": "XML Conversion",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                510,
                300
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "xml",
                            "value": "<?xml version=\"1.0\" encoding=\"utf-8\"?> <ORDERS05>   <IDOC BEGIN=\"1\">     <EDI_DC40 SEGMENT=\"1\">       <TABNAM>EDI_DC40<\/TABNAM>     <\/EDI_DC40>   <\/IDOC> <\/ORDERS05>"
                        }
                    ]
                },
                "keepOnlySet": true
            },
            "typeVersion": 1
        },
        {
            "name": "XML",
            "type": "n8n-nodes-base.xml",
            "position": [
                740,
                300
            ],
            "parameters": {
                "options": {
                    "attrkey": "$",
                    "mergeAttrs": false,
                    "explicitRoot": true
                },
                "dataPropertyName": "xml"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "XML",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI
View
Very simple Human in the loop system email with AI e IMAP
View
Gmailtool Splitout Create Webhook
View
Splitout Code Create Webhook
View
Airtable Mindee Automate Webhook
View
Daily AI News Translation & Summary with GPT-4 and Telegram Delivery
View
Gitlab Code Create Triggered
View
Extract text from PDF and image using Vertex AI (Gemini) into CSV
View
Prepare CSV files with GPT-4
View
[n8n] - Shopify Orders to D365 Business Central Sales Orders / Sales Invoices
View