Copy/paste tab-separated row set and parse with PL/SQL into table records
513883May 25 2006 — edited May 25 2006Hi,
I would like to emulate in my own application the part of the "Generate application from spreadsheet" process that turns a copied/pasted tab-separated data set into rows in an Oracle table.
What is the simplest way to achieve that?
I am posting this after trying to SQL trace the process (without success).
Maybe the PL/SQL forum would be a better choice to ask this question, I don't know.
-Dan