handle special characters
Hi Team,
Actually I am trying to load the date into column1 using x.csv file
The x.csv file contains the data as shown below..
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
12.0(US$);12.1(EURO);11.0(US$);11.1(EURO);10.0 (US$);10.1 (EURO);9.0 (US$);9.1 (EURO)|
The below is the control file…
OPTIONS (SKIP = 1)
LOAD DATA
INFILE 'x.csv'
REPLACE
INTO TABLE S_EXAMPLE