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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

python - get cookie expiry time using the requests library -