I have a string field that contains data (concatenated codes) that is separated by semicolon which I need to separate into individual cells. I adjusted the field length of the input tool to a very large number. The data is still being truncated. The max input that is being read is 1024.
Does anyone know a way to have Alteryx input all the data without truncating it or breaking the field apart by the semicolon into smaller readable files that it will read all the characters in the field.
I have been trying to use the blob tools but no success.