Hi everyone,
I need to go from data in the format of
A
to
I need the process to be flexible since fields with different lengths will be fed into my workflow.
Thanks!
There's probably a cleaner way to do this, but the attached solution will get the job done. Let me know if this works for you.
This works perfectly. Thank you!
Hi Charlie,
After some more testing, I noticed that things break down when I have two of the same value consecutively in my starting column. Could you help me troubleshoot?
Transforms to
EDIT:
I figured out a way to solve my issue. If you're curious, please see attached.