Here is a shot of the error log in SQL:
4/29/2009 2:05:42 PM - Line 11085 in D:\Sunstats iSeries Files\stgardet.csvis too short. Will be ignored.
4/29/2009 2:05:42 PM - Line length is 52 characters but it should be 126 characters.
4/29/2009 2:05:42 PM - Line is -->" 0001893"," 03991205","...
I have a csv file I am reading in and checking the field length - I am getting errors that say my line is too short based on the error logic I coded. But when I look at the csv file, it is fine.
Attribute VB_Name = "Module2"
Sub ImportCSVFileARDet(filenameCSV, numFieldsINT)
On Error GoTo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.