This question is a variation of How to read CSV file and insert data into PostgreSQL using Mule ESB, Mule Studio. Earlier we had PostgreSQL but now it has been changed to GreenPlum Database. But PostgreSQL has a native support in Mule Studio but not GreenPlum Database.

How can I do this insert?

有帮助吗?

解决方案

From a GreenPlum doc:

Since Greenplum Database is based on PostgreSQL, end-users interact with Greenplum Database (through the master) using JDBC Drivers for PostgresSQL.

It seems you can use the PostgreSQL connector and point it to the GreenPlum master.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top