Hello all!
I’ve been experimenting with the global variables in an XLT proc and found three different data types for the xlateInTypes and xlateOutTypes: ai, ts, and ch. Doing some experimentation with integer and string comparison operators in an IF statement inside of a translation, I found that ‘ai’ and ‘ch’ use the integer operators, but the ‘ts’ needs to use the string comparison operators.
Is there a list of all of the data types that can be used in a translation and what they are exactly?