Am Dienstag, den 23.10.2007, 20:22 -0400 schrieb Drew Jensen: > OK, now at the end of a run the table has 916 records and the error file > has 3 lines. > No error messages displayed to screen, so I assume no unhandled errors > occurred. > What happened to the other ~2,500 records. > > In more curious if he reruns the loader and instead of using the name of > the CSV export file, he uses the name of the error file created in the > first pass. The 3 lines are loaded to the table with out a problem? > > Anyone want to venture a guess as to what is going on?
Some ideas: - in the error handler, check if the import line is empty and let it spit out some more info for debugging (error type, loop index, ...) - maybe set up a second error handler for the "scrub_line()" sub - insert some checking code into "scrub_line()", maybe it silently scrubs too thoroughly HTH, Marc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
