Reading data from CSV file using utl_file
Hi,
Can anyone guide me how to load data from CSV file into oracle tables using utl_file.
My requirement is like
Client is sending me a excel in which top 5 rows having some details about the excel sheet which i need to skip and the actual header nd data starts from 6th row.
So i want to import the data from 6th row ignoring the top 5 rows.
Can anyone help me with this.
Many Thanks,
Santhosh.S