Hi All,
I have read many of the posts concerning data being truncated but none seem to work, so your help is needed.
I have a .csv file that has (among other data) a field that contains up to 1817 characters of text.
- When I open this .csv file in Excel, it contains all of the characters in the field.
- When I open the .csv file in Alteryx, it truncates the field to what appears to be 255 characters, regardless of the value I set in the Field Length on the Input Config.
- When I convert it to .xlsx file in Excel (where I can see all of the characters), and open this .xlsx file in Alteryx, the field is truncated to 255.
This issue is requiring me to do my parsing of this field in Excel and then save the results and then use the results file as an input in Alteryx.
I have attached a sample record in .csv format and one in .xlsx format (with a couple of fields deleted as it was from a work file, but the large field is included).
The goal is to be able to open the .csv file in Alteryx with all characters present in the field.
Your help is appreciated!