Text Manipulation logo

Text Manipulation

Free

This node allows to modify texts.

AI AgentsFreeFree tier
#n8n
Inputs: textOutputs: text
Type
Open Source

About Text Manipulation

Text Manipulation is an open-source node for the n8n workflow automation platform, designed to modify text strings within automated processes. It enables users to perform various text transformations such as changing case, trimming whitespace, replacing substrings, and splitting or joining text. As a node within n8n, it integrates with hundreds of other nodes to build complex automations without coding. The tool is available as a free npm package and can be self-hosted or used within n8n's cloud environment.

Key Features

Text case conversion (uppercase, lowercase, title case)
Whitespace trimming and normalization
Substring replacement and removal
Text splitting into arrays and joining arrays into strings
Integration with n8n workflow automation platform
Open-source and self-hostable

Pros & Cons

Pros
  • Free and open-source with no licensing costs
  • Integrates seamlessly with n8n's extensive node ecosystem
  • Lightweight and focused on a single task
  • Can be self-hosted for data privacy
  • Active community and npm package support
Cons
  • Requires n8n platform to function; not a standalone tool
  • Limited to text manipulation; no image, audio, or video processing
  • Free tier of n8n cloud may have execution limits; self-hosting requires technical setup
  • Documentation and examples may be minimal for advanced use cases

Best For

Cleaning and formatting user input data in automated workflowsPreprocessing text before sending to APIs or databasesExtracting and transforming substrings from logs or messagesBuilding dynamic email or message templatesNormalizing text data for consistency across systems

Alternatives to Text Manipulation

FAQ

Is Text Manipulation completely free to use?
Yes, the node is free and open-source. However, using it within n8n may involve costs if you use n8n's cloud service, which has free and paid tiers. Self-hosting n8n is free.
Can I use Text Manipulation without n8n?
No, this node is specifically designed to work within the n8n workflow automation platform and cannot be used independently.
What text operations does Text Manipulation support?
Based on available information, it supports case conversion, trimming, replacement, splitting, and joining. The exact list of operations should be verified in the node's documentation.
Is there a limit on the size of text I can process?
The node itself does not appear to have a built-in limit, but n8n workflows may have execution time or memory constraints depending on your hosting environment.
How do I install Text Manipulation?
You can install it via npm using the command 'npm install n8n-nodes-text-manipulation' and then add it to your n8n instance. Detailed instructions are available on the npm package page.