Sushant Torankar

Sushant Torankar

  • 1.4k
  • 220
  • 22.2k

Import data from excel to db

May 16 2023 6:21 PM

Hello,

I am importing data from excel to oracle table. My excel has 5 columns, but my table has 6 columns

I want to send 5 columns from excel and want to send 6th column as Logged in user session value.

I am able to send 5 columns by mapping excel columns with db table, but as soon as i am adding extra 6th columns in code, it says - invalid cloumn mapping.

 

Thank you


Answers (1)