I am reading in a text file into a SQL table, and if the data in a row in the file is invalid, I want to write it to an error log text file, but I want to continue processing the file. I have the "On Failure" task writing to the error log file, but how can I get it to continue processing the file?
Thanks!
Michael