Dear Alteryx Community
I am trying to split a string (the string length is uncertain; it could be 10 characters or 100 characters) into multiple columns, and each column should only contain 2 characters.
For example,

I am not sure how to do it, tried to use regular expression to parses the data with a fix number of characters and grouping like (..)(..) but it didn't work as I could cater for both short and long string lengths.