kettle - How can I make pentaho spoon auto-create a table? -


i having few issues pentaho spoon: want copy table 1 database another.

when click on "copy table" in tool menu, auto creates transformation that. when run these issues:

  1. the truncate table ticked that's why error table not exist.

  2. i have manually un-tick that. error because table not created. have click on sql , execute query. there way automatically it?

  3. third problem pentaho created table not detecting date field, it's putting date type unknown. have manually change varchar. there way fix or default varchar?

the unknown data type typically driver issue. database using , have right driver?

there no way automate creation of table within pdi - it's deliberate not this. integrate pdi tool this, dbdeploy idea.

update there way automatically create tables, can follow blueprint here:

https://github.com/mattcasters/blueprints


Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -