Validate CSV File
Gus CJul 11 2012 — edited Dec 7 2018I have a process where the user uses the file browser to load a csv file into a custom table via the APEX_APPLICATION_FILES table.
Is there any way to count the nubmer of rows in the file, after it has been loaded into APEX_APPLICATION_FILES, but before it goes to the custom table.
I can validate on file type and size, but need row count.
Cheers
Gus