Hi,
I'm using utl_file to read a .csv file that has quotations around each field.
my code works when i strip out these quotes, but when the quotes are left in my code tanks out immediately:
/* this is where the code bombs when theres quotes */
BEGIN
fid_in := UTL_FILE.FOPEN(loc, file_in,'R');
does anyone know why?
I'm using utl_file to read a .csv file that has quotations around each field.
my code works when i strip out these quotes, but when the quotes are left in my code tanks out immediately:
/* this is where the code bombs when theres quotes */
BEGIN
fid_in := UTL_FILE.FOPEN(loc, file_in,'R');
does anyone know why?