Re: Regarding implementation of apache meta model

2018-01-10 Thread Kasper Sørensen
Hi Gowri, Looks like your code is almost there. It's querying the excel file, just not inserting anything into Postgres. Correct? You just need to make those insert using the "dc" object (which seems to be your postgres database): dc.executeUpdate(callback -> { callback.insert(...) }); 2018-01

Regarding implementation of apache meta model

2018-01-10 Thread gowri.tn
Respected Sir/Madam, We are implementing Apache Metamodel for getting Excel Sheet Data to Postgresql Table . I am enclosing here with the code we have written for the above and the output we got after running the class file on console using Eclipse Oxygen Please see the attached file and give