I am using lookup function in Reformater component, however, some of my input data are in upper case and some are in lower case and some are in proper case. The value in my lookup table is all in proper case. Is there a way for lookup to ignore the case?
For example:
Input Value → “SURREY”, “surrey”
Value in the lookup → “Surrey”
Both two input values in this case should return a lookup value.
I know there is uppercase and lowercase function, but not sure if there is an ignorecase function?