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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileOutputExcel

Team ,
I need a quick suggestion. I'm trying to load data to an Excel file from a sql server table . My source table has 1 million records .

Job design :
tMssqlinput-> tfileoutputexcel

While I tried to run this by checking append mode in output Excel component, my job runs for 45 minutes and throws me GC overhead memory issue .

If I run the same by unchecking the append mode option , the Excel file gets loaded in 3 minutes .

My target Excel file has some header formatting, so I'm trying to append the data.

Note - I've assigned JVM memory arguments based on my CPU memory .

PS - I'm currently using talend open studio for data Integration 6.2 and Microsoft Excel 2017.

Any help/ suggestions much appreciated

Thanks
Karthik
Labels (2)
1 Reply
aashish_21nov
Creator
Creator

so you can do:

 

tMssqlinput-->tfileoutputExcel(append mode off)

OnsubjobOk

tfileinputExcel(use above file as input)-->tfileoutputExcel(append mode on)* file having headers