Hi Monks,
Greetings to all.Right now i am writing a script to populate various tables using CSV files. Since tables are not having same number of columns, my script as to be change on regular basis according to the tables.Is there any general way to insert values into columns of different tables with varying in number of columns.So that by giving CSV files and table name alone, script should be able to insert values into given table.
Thanks in advance