Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
tell me about it!
this is due to the way the postgresql components are written. You can work around it by making everything in talend lowercase (it will still quote the generated sql but since pg downcases SQL unless you double quote it, it will work)
The long-term fix would be editing the components to not generate DDL with double quotes, or if you're like me just cursing alot when you're writing pg queries against talend created tables.
Hi,
Could you give more détails pllease about content csv file.
Regards,
tell me about it!
this is due to the way the postgresql components are written. You can work around it by making everything in talend lowercase (it will still quote the generated sql but since pg downcases SQL unless you double quote it, it will work)
The long-term fix would be editing the components to not generate DDL with double quotes, or if you're like me just cursing alot when you're writing pg queries against talend created tables.