Icon View Incident Report

Serious Serious
Reported By: Greg Dalhoff
Reported On: 10/3/2001
For: Version 3.02 Build 1
# 902 ImportTable Method Still not Working Properly and Raises Error when Importing Large Text Files

There is a new (or related) issue that I am running into today. The error is 'Missing line feed after carriage return in the import data'. I am absolutely sure that the data is not in error as I've inspected the data at the byte level. In addition, if I simply add a digit to the line in the code that follows the last line that successfully imported, then the next lines are imported, but the error occurs farther down in the data. It is happening too many times for me to manually adjust the data.


Comments Comments
DBISAM was doing look-ahead on the CR byte only instead of the CRLF bytes when shifting the internal import buffer for newly-read text.


Resolution Resolution
Fixed Problem on 10/3/2001 in version 3.03 build 1
Image