How does SQL*Loader handles newline characters in a record? | Oracle DBA

SQL*Loader expects a record to be in a single line; therefore, whenever it encounters a newline character in a record, it treats the record as a new record and either throws an error based on the constraints of a table or inserts erroneous records without throwing any error.