This is a simple examlpe of a Custom Filter DAT operator.
Its functionality is to convert input strings into Upper Camel Case, Upper Case or Lower Case as well as the possibility to strip spaces from the input string.
- Case - select how to convert the input string
- Upper Camel Case - will convert the string to Upper Camel Case. For example
ARUCO Markerswill becomeAruco Markers - Lower Case - will convert the string to Lower Case. For example
ARUCO Markerswill becomearuco markers - Upper Case - will convert the string to Upper Case. For example
ARUCO Markerswill becomeARUCO MARKERS
- Upper Camel Case - will convert the string to Upper Camel Case. For example
- Keep Spaces - When enabled will preserve spaces in the input string, otherwise will strip spaces.