You can use the CONCATENATE or CONTINUEIF function to join multiple physical records to form a single logical record.
CONCATENATE is used when SQL*Loader should combine the same number of physical records together to form one logical record.
However, CONTINUEIF is used if a condition indicates that multiple records should be treated as one. For example, a # character in the first column.