In tRedshiftOutput, Action on table --> Create table is not working
Hi,
Below is my job flow in which i am exracting a data from mysql, transforming it twice using tmap and creating a csv file. Now i want this csv file to be inserted in my Redshift. I do not have that table in Redshift. So i selected Action on table --> Create table in tRedshiftOutput component. But it keeps on failing stating
Exception in component tRedshiftOutput_2
org.postgresql.util.PSQLException: ERROR: relation "my_csv_table" does not exist
Yes. I have tried create table, create table if does not exist, drop table if exists and create,. But still get same error. This is really driving me crazy. Not sure what is wrong.
I have shortened it here. Its rather a long name. That should not be a problem because if the table is exsiting in Redshift, I am able to insert data successfully. Problem only occurs when table is not represent and Talend needs to create it.
Hi, Due to PostgreSQL is case sensitive for table and column names, have you tried to use double quotes for your table name? Have you tried another Data Base (tMySqlOutPut) to see if this issue repro? What's the build version you are using? Best regards Sabrina