n8n-nodes-simple-mapper
v0.1.3
Published
map enter to conf object
Downloads
4
Maintainers
Readme
Simple Mapper Node for n8n
Description
The "Simple Mapper" node allows users to map input values to desired output values based on a set of predefined key-value pairs.
You can set mappings through either the standard interface or the advanced JSON editor. If mappings are set in both, the node will prioritize the mappings provided in the advanced JSON editor. Ensure you only use one method for setting the mappings.
Features
- Mapping: Quickly map input values to output using the predefined mappings.
- Flexibility: Add as many key-value pairs as required.
Usage
- Add the Simple Mapper node to your n8n workflow.
- Configure the node by adding your desired key-value pairs.
- Connect the node to your input and output nodes.
- Run the workflow and watch the transformation happen!
Examples
If you set the node's mapping to:
{
'red': '#FF0000',
'mint': '#DDFFE7'
...
}
An input with the value "red" will produce an output with the value "#FF0000".
use interface properties
advanced JSON editor
for create new field in output
Support
For support, issues, or feature requests, please open an issue on our GitHub repository.