Here's just one more variation on how to get a CSV into a table format. It could have been done before but my google-fu couldn't find it anywhere.
First to get some sample data using the /*csv*/ hint in sqldev.
Then the results of putting it back to a table. The inline plsql is just to convert the text into a CLOB.
Now the details.
The csv parsing is completely borrowed(stolen) from
↧