AutomationFlowsGeneral › Read and Convert Config File to JSON

Read and Convert Config File to JSON

Original n8n title: Standup Bot 2 4 Read Config

Standup Bot 2 4 Read Config. Uses manualTrigger, readBinaryFile, moveBinaryData. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesRead Binary FileMove Binary Data
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Read Config File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        420,
        300
      ],
      "parameters": {
        "filePath": "/home/node/.n8n/standup-bot-config.json",
        "dataPropertyName": "config"
      },
      "typeVersion": 1
    },
    {
      "name": "Convert to JSON",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        600,
        300
      ],
      "parameters": {
        "options": {
          "encoding": "utf8"
        },
        "sourceKey": "config"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Read Config File": {
      "main": [
        [
          {
            "node": "Convert to JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Read Config File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Standup Bot 2 4 Read Config. Uses manualTrigger, readBinaryFile, moveBinaryData. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Standup Bot - Read Config. Uses manualTrigger, readBinaryFile, moveBinaryData. Event-driven trigger; 3 nodes.

Read Binary File, Move Binary Data
General

Execute Multiple Command Lines Based On Text File Inputs. Uses manualTrigger, readBinaryFile, moveBinaryData, executeCommand. Event-driven trigger; 7 nodes.

Read Binary File, Move Binary Data, Execute Command
General

Simple File Based Key Value Store Getkey. Uses manualTrigger, functionItem, readBinaryFile, moveBinaryData. Event-driven trigger; 5 nodes.

Function Item, Read Binary File, Move Binary Data
General

Standup Bot 1 4 Initialize. Uses manualTrigger, writeBinaryFile, moveBinaryData. Event-driven trigger; 4 nodes.

Write Binary File, Move Binary Data
General

Standup Bot - Initialize. Uses manualTrigger, writeBinaryFile, moveBinaryData. Event-driven trigger; 4 nodes.

Write Binary File, Move Binary Data