n8n-nodes-sratzke-denkrad
v0.1.1
Published
Custom N8N nodes for Project Denkrad
Readme
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.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-sratzke-denkrad. - Click Install.
Development
This project was created using n8n-nodes-starter.
- Install dependencies:
npm install - Build:
npm run build - Pack:
npm pack
License
MIT
