Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Manigandan_Janarthanan

tfileexcelsheetoutput / tfileoutputexcel - Writing & Saving issue

Description:

  1. I'm able to use the component and job is working fine - while I'm using Less data and writing data in Talend
  2. Issue occurs while im trying to handle -

more than 2 millions records while accessing.

more than 20 sheets in one excel

Job is not executing (i.e. Halt State more than 600 seconds) and also job is not getting finished. Finally needs to Kill the job

Requirement:

need to read the data from DB

writing into different sheet(i.e more than 20 sheets) in one excel

Needs to evaluate the formula.

Performance and execution speeds also matters alot.

need to complete the job within 5 to 7 minutes.

Suggestion : please provide better way to handle and what are best components can be used.

@jolling / @Sabarina please provide some ideas .

Eagerly looking for your response.

Labels (4)
6 Replies
wwang
Contributor
Contributor

since 8.0. 1 and 7.3.1-R2021-09, we provide a new function in tfileoutputexcel when you choose:

"Write excel2007 file format (xlsx)" and "Append existing file"

in advanced setting, you can see a "Streaming append" checkbox, please check it if help.

Manigandan_Janarthanan
Author

we have standard xlsx template tfileexcelworkbookopen to use it.

there is no option - "Streaming append" checkbox, we are not using tfileoutputexcel 0695b00000Riz5IAAR.png0695b00000Riz4tAAB.png

Manigandan_Janarthanan
Author

Already im appending the files - to write several excel sheet -

 

issue occurs - while writing several sheets in excel

memory issue also occurs

wwang
Contributor
Contributor

What's your studio version? the function appear since 8.0. 1 and 7.3.1-R2021-09, in tfieoutputexcel. And you need to check "Write excel2007 file format (xlsx)" and "Append existing file" and "Streaming append" all.

 

And if you use other custom excel component, no knowledge about it.

Manigandan_Janarthanan
Author

I'm using tFileexcelsheetoutput (i.e. using some template) to use the same format.

 

memory issue are big problem.

 

some times the job is completing its will go to hang state.

 

Please suggest some ideas and it will be more helpful for me.

Manigandan_Janarthanan
Author

why the talend is unable to process more than 10 millions records ? any other better compoents to read data from sql server database and to put in excel sheet