Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ELT Map queries : compilation error with quotes

Hi,
I'm currently facing a problem with the tELTMap component of Talend. I'm using ELT JDBC components for Oracle databases.
I've created tables in my Oracle database with quotes and i want Talend to match case. So, I've added \" at the beginning and the end of the dbColumn in the schemas. However, if I chain two tELTMap, the query created by the second one contains compilation errors. The main problem is that double quotes aren't escaped a second time.
I've created a simple example to show you the problem. I've added two tELTJDBCInput for clients and their amout stats.
Then, i linked clients with a tELTMap component and did a 1 for 1 mapping.
I've linked another tELTMap with the previous one and sales statistics.
Then i linked the last one with a tELTJDBCOutput.

When i looked in the code generated, i can see and error in the query generated.
0683p000009MFTi.jpg0683p000009MFQu.jpg0683p000009MFTn.jpg

Any solution ?

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi 
I tested and got the same issue, can you please report a bug on our bugtracker? However, I don't get this error If I use tELTOracle... components.
Regards
Shong
Anonymous
Not applicable
Author

Hi,
Thanks for the reply. I've reported the bug at  https://jira.talendforge.org/browse/TDI-36791 .
I need to use the tELTJDBC... components to be as much generic as possible.

Regards