sratzke-denkrad

Custom N8N nodes for Project Denkrad

Package Information

Downloads: 2 weekly / 14 monthly
Latest Version: 0.1.1
Author: Stefan Ratzke

Documentation

N8N Nodes - Denkrad Project (SRatzke)

Custom N8N nodes developed for the Denkrad project.

Included Nodes

String Split

Splits a string into multiple items based on a delimiter. Useful for processing comma-separated values or other delimited text within workflows.

Inputs:

  • String to split
  • Delimiter (default: ,)
  • Target Property Name

Output:

  • Individual items for each split segment.

Installation

This is a community node package. You can install it directly in your self-hosted n8n instance.

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-sratzke-denkrad.
  4. Click Install.

Development

This project was created using n8n-nodes-starter.

  1. Install dependencies: npm install
  2. Build: npm run build
  3. Pack: npm pack

License

MIT

Discussion