I'm trying to load a CSV file that includes three columns: DEBIT, CREDIT, and PREVIOUS_BALANCE_AMOUNT. The columns are formatted in custom format: #,##0.##. When I tried loading the columns in using SQL Loader as NUMBER, I would get an error like:
ORA-01722: invalid number
How would I be able to load the columns in properly?
I'm expecting SQL Loader to be able to read in the data using NUMBER, but this doesn't seem to work. I'm very new to the platform, so apologize for not providing more details.
Sample table:
Control file:
Loading session:
Result: