I'm trying to setup PostgreSQL Bulk Loader in Kettle but I'm getting the following error:
Caused by: org.pentaho.di.core.exception.KettleException:
We can not find target table
at org.pentaho.di.trans.steps.pgbulkloader.PGBulkLoaderMeta.getRequiredFields(PGBulkLoaderMeta.java:618)
I can browse the database in the GUI, and the table I'm trying to insert to is there. How can I solve this?
PostgreSQL Bulk Loader
step to see the configurations. and your target table field names? – Marlon Abeykoon