What is the best way to load a delimited spreadsheet with 10 fields to an oracle table. One of these fields have 2000 to 3500 characters associated with it.

I've tried sqlldr, but it bombs with the following message:
"field in data file exeeds the maximum length"

Any help would be greatly appreciated.