Hi,
Is there any way to parse a string based on different, but known-in-advance lengths?
For example:
I have the string "0123456789" and I want to extract 3 substrings of lengths 3, 5, and 2.
This would result in the following 3 strings after parsing: "012", "34567", and "89".
Is there any way to do this in Alteryx?