Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
@lli is this something your Excel components can handle?
Yes this works.
Here an example of a job using formulas with printed input and output
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.
Thanks Jan!