Hi everyone,
Is there any solution in Alteryx to breaking a text field in to multiple fields by fixed length, without breaking words.
Lets say this is the text field:
"Alteryx is an American computer software company based in Irvine, California, with a development center in Broomfield, Colorado. The company's products are used for data science and analytics."
I want to break it in to multiple fields and each field has 20 characters length.
I used RegEx as showing the picture and I got these:
First outcome field: "Alteryx is an Americ"
Second outcome field: "an computer software"
...
I dont want American breaks in to "Americ" and "an"
Solved! Go to Solution.
Hi @ShankerV I like this!
Thanks @ShankerV for the help :)