When I import a file, I get an error saying, The line read operation has been terminated after 10000 characters without a line end”. How can I import the file?
With no line feed characters, file reading stops after 10000 characters. If the file is really text then insert line feeds at the points were the lines end. The line feeds are used to delimit the example rows. One of the first things that the import does is count the lines so that it knows how many example rows to create in the grid. The limit for text files is raised to 1000000 from version 5 onwards. Binary files have no limit.
Related Questions
- Why do I receive the message "Sorry, the operation could not be completed due to a system error: File Not Found" when I try to install MicroGrade on OS X?
- Get "The Parameter is incorrect" error when import backup file to SMS Transfer Manager on PC?
- How can I reformat a text file down to or up to X number of characters per line?