Data Type | Specification to Use |
DATETIME or DATETIME LIST | wm.tn.rec:DateAttributeTransformService |
STRING or STRING LIST | wm.tn.rec:StringAttributeTransformService |
NUMBER or NUMBER LIST | wm.tn.rec:NumberAttributeTransformService. |
Input Value | Meaning |
values | One or more values for your service to transform. The values might be null or an empty (zero length) string. For an array data type (for example, DATETIME LIST), any element in the values array can be null or an empty string. Make sure your custom transformation service can handle null values or empty strings. |
isArray | Whether values contains a single value (false) to transform or multiple values (true) to transform. |
arg | Optional arguments you define. |
Return... | For... |
Date List | DATETIME or DATETIME LIST |
String List | STRING or STRING LIST |
Number List | NUMBER or NUMBER LIST |