Hi there!
I'm having trouble with importing data. The file is a .txt file, and is about 2.5gb in size.
The data is fixed format, i.e. each row of data only has one column, and I need to use the manual editor to split the data into many, many columns (about 450!!!).
I'm running into the following error:
The file length exceeds length allowed by manual editor.
For best results browse to the description of the file (.flat) and specify the data file (.asc) in Option #5 of Input configuration.
I'm not quite sure how to get Alteryx to read the data. I've tried importing as a flat ASCII file and a text file, but I get the message above. I'm not really sure hot to change option #5 of the input menu as described (I'm pretty new to all this).
I've attached the data map so you can see what kind of data I'm dealing with. On this spreadsheet, I'm looking at the section titled Appraisal_Info.txt.
I did see a post similar to this, and it mentioned reading the file as a .csv and changing field lengths and then using the text to columns tool to parse the data. That might work as I can read the data and change the field length...but I can't use text to columns since the data contains no delimiters...
Anyone have any suggestions?