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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] split large excel file to 2 or more excel files

Hi there,
 i need to split a large excel file >5mb into smaller files .
Please help!
Thanks in adv,
Hachi
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
There is no "split" option in tfileoutputexcel component.
You can tranfer your output delimited files into excel files.
tfileinputexcel-->tfileoututdelimited(split)-->tfilelist(loop through your splitted files)-->further processing(excel output, DB)
                  

Best regards
Sabrina

View solution in original post

14 Replies
Anonymous
Not applicable
Author

Hi,
There is an option 'Split output in several files' in the advanced setting tab of tFileOutputDelimid. You can generate N rows in each file.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
There is an option 'Split output in several files' in the advanced setting tab of tFileOutputDelimid. You can generate N rows in each file.
Best regards
Sabrina

Hi Sabrina,
can the splitted output file be excel ..
large excel file --- 2 excel files.
Anonymous
Not applicable
Author

Hi,
There is no "split" option in tfileoutputexcel component.
You can tranfer your output delimited files into excel files.
tfileinputexcel-->tfileoututdelimited(split)-->tfilelist(loop through your splitted files)-->further processing(excel output, DB)
                  

Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
There is no "split" option in tfileoutputexcel component.
You can transfer your output delimited files into excel files.
tfileinputexcel-->tfileoututdelimited(split)-->tfilelist(loop through your splitted files)-->further processing(excel output, DB)
                  

Best regards
Sabrina

Thanks sabrina.. 0683p000009MACn.png this hepls!
Anonymous
Not applicable
Author

Hi Hachi,
Great it is working. Let us know if there is any further help we can give.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
I am new on Talend. I want to split a large excel file.
I did not understand how to use: tfileinputexcel-->tfileoututdelimited(split)-->tfilelist(loop through your splitted files )-->further processing(excel output, DB)
Please, can you explain exactly what to?
Thanks.
Regards,
El Hassan
Anonymous
Not applicable
Author

Hi,
 Do you want to split your big excle file into several delimited files or excel files?
 Due to "split" option will be available in tfileoutputdelimited component. If you want to get several delimited files, you can just use  tfileoututdelimited to achieve it.
The work flow should be: tfileinputexcle-->tfileoutputdelimited(In advanced settings, here is an "split output in several files" option).
If you want to get several excel files, you have to  transfer your output delimited files into excel files firstly.
The solution was provided as above. 
There are two subjobs:
1: Split your big excel file into several delimited files
2: T ransfer your output delimited files into excel files
tfileinputexcel-->tfileoututdelimited(split)-->onsubjobok-->tfilelist(loop through your splitted delimited files )-->further processing(excel output, DB)
Let us know if it is Ok with you.
Best regards
Sabrina
0683p000009MDhA.png
Anonymous
Not applicable
Author

Hello Sabrina,
Thank you for your replay.
I want to split an excel file into several excel files.
I already split the big excel file "DFC_Chiffrage_Supplier_Export.xls" into several delimited files(DFC_Chiffrage_Supplier_Export0.xls, DFC_Chiffrage_Supplier_Export1.xls, DFC_Chiffrage_Supplier_Export2.xls and DFC_Chiffrage_Supplier_Export3.xls).
I can not transfer the output delimited files into excel files.
Please, how can I do that, step by step? I m new on Talend 0683p000009MPcz.png
Thanks.
Regards,
El Hassan
Anonymous
Not applicable
Author

Hi,
You can use tfilelist to retrieve your several delimited files from a folder and output them through tfileoutputexcel.
The workflow should be:tfilelist(using file mask as *.csv)-->tfileinputdelimited->tfileoutputexcel.
Here is a component reference about:TalendHelpCenter:tFileList
To make it clear, I have designed a simple demo job for you. Please take a look at my screenshots for details.
Feel free to let us know if it is OK with you.

Best regards
Sabrina
0683p000009MDPB.png 0683p000009MDnS.png 0683p000009MDnv.png