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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Read values corresponding to a formula from excel to talend

Hi,

 

I have a requirement in Talend to read two columns from an xlsx file, but the problem is that one of the columns that I need is a measure whose value is supplied by another excel through a formula. So the Talend metadata is picking up the formula instead of the corresponding value. The environment is hosted in Unix.

 

Is there any way to work around this without making any change in the input excel?

 

Any Help would be appreciated!

Labels (2)
5 Replies
Anonymous
Not applicable
Author

@lli is this something your Excel components can handle?

Anonymous
Not applicable
Author

Yes this works.

Anonymous
Not applicable
Author

Here an example of a job using formulas with printed input and output 

tFileExcelSheetInput_Output_read_formula_values.png

Anonymous
Not applicable
Author

The showed job is a complete roundtrip. It works well also if the excel file already contains the formulas. In the topic use case the formulas are already in the file to read, no problem.  

Anonymous
Not applicable
Author

Thanks Jan!