Oracle Error SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)

Oracle Error Message

SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)

Reason for the Error

The logical record ended before all specified fields were found.

Solution

If the missing fields should be loaded as null, use the TRAILING NULLCOLS clause. Otherwise, correct the data.