Hello everyone,
I am parsing a CSV document, which has a 254 field length. The document has no delimiters, all characters are all together without spaces.

I am using the formula tool to parse the data, using the Substring function. After reaching the 254 field length in the formula, Alteryx does not show any more values/characters.

To solve this problem I have tried the following:
1) In the input tool I have set the field length to a very high number (let´s say 1.000.000), it hasn´t work the result remains the same.
2) I have inserted a select tool after the input tool and change the size to a very high number (let´s say 1.000.000), it hasn´t work the result remains the same.
3) I have inserted a formula tool and use the Length formula and the result has been 254.
Let me know if there are any ways to solve this problem.
Thank you in advance.