I have a dataset which is like
1,2,3,4,5,{1,2,3,4},{1,2,3,4}
I want to load the data as
columnA ColumnB ColumnC ColumnD ColumnE ColumnF COlumnG
1 2 3 4 5 {1,2,3,4} {1,2,3,4}
I have used columnF and ColumnG as clob