I have a csv file having header ,data and footer. The file(ABC.csv) look like this :
"A00",391,3456 --- header
"abcd",2324,"sdddd",58955
"dfgg",3444,"fffff',14455
"Z99",2 ----footer
I am using UTL function to load this data to table . Can any one tell me how to avoid footer while loading this file .