Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
asafrian1700127126
Contributor III
Contributor III

How to read specific excel cells using talend

I have the following job and it produces as output all the excel values ​​displayed.

asafrian1700127126_0-1726802910585.png

 

How to display/get only values ​​from specific cells? For example display only cells marked in yellow

asafrian1700127126_1-1726803330332.png

 

Labels (3)
4 Replies
marksouzacosta

Hi @asafrian1700127126 ,

I have used tMap for that:

marksouzacosta_3-1726842250100.png

Open your tMap and there you have to create two output schemas, one for each condition/column you are looking for, and set the expression filter according to your needs:

marksouzacosta_4-1726842372487.png

Keep the fx button enable otherwise your data will not be filtered. And in the filter expression, use idenumCat column since it is unique and easier to filter. One output you use the name column and in the other you can use namingSystem.

Will be something like this:

marksouzacosta_6-1726842654404.png

 

Regards, 

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

asafrian1700127126
Contributor III
Contributor III
Author

asafrian1700127126_0-1727059010892.png

how to display only the value like "AVG INLET CO2"?
because I want to export the value to a sql table

marksouzacosta

Hi @asafrian1700127126,

Well in that case you have to use a tDBOutput component and do one of Insert/Update operations in your Database Table. The column name (in your case is the name column) should match the column name in your SQL Table.

 

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

asafrian1700127126
Contributor III
Contributor III
Author

i Have job below

asafrian1700127126_0-1727251656999.png

asafrian1700127126_1-1727251671435.png

This is the output :

asafrian1700127126_2-1727251717845.png

How to make output2 and output3 into one line like below?

asafrian1700127126_3-1727251968273.png