val testData2 = jdbcFeeder("jdbc:oracle:thin:@10.87.54.8:1521:wahipaD", "myHPHB_MI_SYSTS", "myHPHB_MI_SYST", """insert into TRN_USER_ACCOUNT(USER_ACCT_SID,LOGIN_ID,PWD,ACNT_TYPE_LKPCD,TENANT_CID,OPRTNL_FLAG,CREATED_BY,CREATED_DATE,MODIFIED_BY,MODIFIED_DATE) VALUES (2525,'user2','pwd','NORMAL',26,'A','1',sysdate,1026,sysdate)""")
As you said , first i need to export my excel sheet using csv file. I have done this. then how to read csv file and how to insert into db. I got struck with this. please help.
PFA
Thanks ,
Mohanpriya