Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
gko1610709171
Contributor
Contributor

How can I use tSQLTemplate component?

Hi. I`m a new in Talend.

Making a new development format with Talend, I have a trouble with common SQL.

I`d like to make common SQL to get common value each job and tried below.

  1. made UserDefined SQL in SQL Template.
  2. set SQL from 1 using tSQLTemplate component.
  3. to set result of tSQLTemplate, connect to tSetGlobalVar component.

I chose tSQLTemplate to set SELECT SQL

but tSQLTemplateAggregate.

but I don`t know how I can use tSQLTemplate properly. Talend manual said just detail of component but usage.

Is there somebody who help me plaese?

like connection usage,

tDBConnection - tSQLTemplate - nextComponent(?)

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

As a start component, tSQLTemplate component is used with other database components, especially the database connection and commit components.

Such as, tDBConnection -->OnSubjobOK--> tSQLTemplate_1 --> tDBClose

Best regards

Sabrina