Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
stmtCreate_tPostgresqlOutput_1
.execute("CREATE TABLE \""
+ tableName_tPostgresqlOutput_1
+ "\"(\"rejectReason\" CHAR ,\"file\" VARCHAR not null ,\"rowNumber\" INT4 not null ,\"Name_SalesRep\" VARCHAR(17) )";
@cwurm: As this is an old post.... have you found any solution by now which prevent Talend from generating code with double quotes? I am currently working on Talend 6.3.1
Any suggestions would be very helpful.