SQLLDR will not be able to interpret the data for the CLOB column, because the text you try to load into it contains both ',' and '"'.
If possible, use another delimiter between the columns, or enclose text columns with another character (make sure that this character will not be present within the text itself...)

-v