Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
I have created two output excels one is only containing data (different data type data)without headers and another excel contains only header (using tFixedFlowInput component all columns will be string type) , now I want to create final output file with headers from one excel and data from another excel which component should be used & how to use.
Guys any updates !!
can we do it, basically I want to have headers with having spaces between words instead of understore "_" . Refer attached screenshot
Hello,
Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina
Using the build-in Excel components you can only use either the column names as headers or you add a header row as normal data row using the tUnit component having the one header row as first flow and the actual data as second flow.
OR you can use the tFileExcel* components from Talend exchange - much more flexible and you could write formulas and use existing styles and templates.