Import Excel to Database not working

Certified Senior Developer

Hi All,

I am trying to import excel to database, but getting this error. I am using PostgreSQL database, is this smart service work with PostgreSQL?

Thanks,

Kiran

  Discussion posts and replies are publicly visible

Parents Reply
  • to convert excel to CDT, you have to use readExcelDocument function and then map the result into respected local variable and then use writetodatastore entity. Hope it will work.

    This is exactly what we do with fn!readExcelSheet() from the Excel Tools plugin.  I avoid those nodes that convert a file directly to the DB due to lack of debugging and reliability, and instead always read the file into a local variable with this function, then cast the result to CDT to be used in the Write to DS service.  Allows much more flexibility and is not DB-dependent. 

Children
No Data