Function Name:
Camel Case
Purpose:
Capitalizes the first letter of every word in a string. No other characters are changed.
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain what the function is configured to do.
3. Add the input Value that needs to be processed by the function. This attribute is only available while configuring this function in an Entity Pipeline.
Examples:
- The input string, "company name", will be returned as "Company Name"
- The input string, "COMPANY NAME", will be returned as "Company Name"