unable to write file to database

43 views Asked by At

I have a file that I received via FTP. This file needs to be placed in PostgreSQL. How to do it? I tried to do it with "Bulk load into MySQL", I selected the desired database, but the file could not be written. Help me please.

screenshot

screenshot2

P.S.the test connection is successful

1

There are 1 answers

0
nsousa On

The Bulk load into MySQL can only be used with MySQL, not Postgres. There’s a Postgres bulk loader too, I believe. Failing that you will need to read the file with a Text file input in a transformation and load it using the Table output step.