Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using tPostgresqlInput and have connected it this way :
tPostgresqlInput --> tPostgresqlOutput
I would like to insert a row where there is 111 as an integer, context.temp, context.startDate and the current date into the table.
I edited the query in tPostgresqlInput :
"INSERT INTO table1 (ID, num, startDate, endDate) VALUES (111, context.temp, context.startDate, TalendDate.parseDate("dd/MM/yyyy",TalendDate.getDate("dd/MM/yyyy")) "
However, I receive an error:
Detail Message: Syntax error on token "")) "", ) expected
Please help.