Consider the situation i have 100 records needs to be transferred to destination, i have configured the error output. When i run the job 90 records were successfully uploaded and 10 records got failed due to some error and stored in the error table. How to fix the errors and load into the destination? Do i need to created seperate package altogether or i can use the same package to process the failed records. Let me help.