mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
2.3 KiB
2.3 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | String Mapper node |
{/##head##/}
String Mapper
This node receives an input string, looks it up in a mapping table, and outputs the correct output string. You define your own string mappings. You can also define a default value to output if the String Mapper node receives an unspecified input string.
{/##head##/}
Inputs
| Data | Description |
|---|---|
| Input 0..N | The input strings, any string that matches one of these values will be mapped. |
| Mapping 0..N | The mapped strings, for each of the input strings there can be a corresponding mapped string. |
| Input String | The string that will be used to look up mapping, e.g. if the string matches Input 2 then the Mapped String output will be the value of Mapping 2. |
Outputs
| Data | Description |
|---|---|
| Mapped String | The mapped string that corresponds to the value of Input String, e.g. if the Input String value matches Input 2 then this output will be the value of Mapping 2. |
