stuartgmilton
Programmer
Hey folks,
I have regular imports of csv files running overnight. Anyway my main problem is that, if there is a corrupt row, ie a record with a double quote in it. The import just doesn't work! My delimiter is a double quote.
Is there a way to trap this error, and run some other code prehaps?
Stuart
I have regular imports of csv files running overnight. Anyway my main problem is that, if there is a corrupt row, ie a record with a double quote in it. The import just doesn't work! My delimiter is a double quote.
Is there a way to trap this error, and run some other code prehaps?
Stuart