Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Did you enter a table name in tPostgresqlOutput properties ?
are you located france, bordeaux ?
INSERT INTO "test"."output1" ("id","prenom","nom") VALUES (1,titi,toto)
INSERT INTO "test"."output1" ("id","prenom","nom") VALUES (2,NULL,NULL)
INSERT INTO "test"."output1" ("id","prenom","nom") VALUES (3,titi,NULL)
I only see 2 ways to get this error : either schema or table property is not filled (requests would look like INSERT INTO ""."output1" ... or INSERT INTO "test"."" ...).