I have an Oracle SQL Loader control file based on position in a text file. One particular field periodically gets an ellipsis '...'
from the source, which causes a carriage return in the loading table. No matter how many times I request '...'
to NOT be used by these users, there is eventually someone who forgets, or due to staff turnover, etc. Here is the current control file line for that field:
TRAN_DESC POSITION(153 : 202) Char,
Is there any command that can be added to this line in order to ignore special characters such as an ellipsis?
I'd think of
REPLACE
. Here's an example.Sample table:
Control file:
Loading session and result: