Importing a pipe-delimited text file with a line that contains a “Special” character (see last line below). The 3rd column would not get populated until I set the Text Qualifier option to “None” but that caused Toad to spin forever and have to be killed. Removing the line with the “special” character resolved this, of course, but it’d be nice to have Toad do something more elegant when it encounters this situation.
CREATE TABLE BD_MDCOMP_20170501
(
SYMBOL VARCHAR2(20 BYTE),
BD_MDCOMP_UID RAW(12),
TIMESTAMP_STR VARCHAR2(40 BYTE),
FILENAME VARCHAR2(50 BYTE),
LINE_NUM NUMBER(38)
)
ULST|0D14DD7000004CA3F29E0859| 0 0 2017050220000|BBOD08E_BIN_20170502.log|18554777
ULST|0D14DD7000004DA3F29E0859| 0 0 2017050220000|BBOD08E_BIN_20170502.log|18554778
ULST|0D14DD7000004FA3F29E0859| 0 0 2017050220000|BBOD08E_BIN_20170502.log|18554779
UMX|0D14DD7000000DA3F29E0859| 0 0 2017050220000|BBOD08E_BIN_20170502.log|18554782