Hi,
Is there a similar function in alteryx that can convert full-width (double-byte) characters to half-width (single-byte) characters like the ASC function in Excel?
For example, "ABCDE" (double-byte) will be converted to "ABCDE"(single-byte).
I have tried some of the conversion functions but it does not work.