I have a csv file with 50 columns and i need to insert csv data into 2 tables.
first table should have first 10 columns and the second table should have the remaining 40 columns data in 10 columns.
csv file has 50 columns
co1 col2 col3 col4 -----col50.
first table
col1 col2 col3----col10
second table
col11 col12 col13----col20(first row)
col21 col22 col23----col30(second row)
col31 col32 col33----col40(third row)
col41 col42 col43----col50(fourth row)