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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
abhinav5
Contributor
Contributor

Archiving multiple json files and split output zip if file size exceeds the limit

Hi,

I have multiple json files in a directory. How we can archive all these json files and split the output zip in several zip files once the file size exceeds the limit. 

 

Thanks,

Abhinav

Labels (9)
7 Replies
Anonymous
Not applicable

Hello,

For part one, If your requirement is to archive all files of a folder to another folder in zip format then use tFileArchive

For part two, here is a component tFileProperties which will display the file size property.

Best regards

Sabrina

abhinav5
Contributor
Contributor
Author

Hi @xdshi ,

Thanks for your reply, in second case we need to split the zip file, output files are like filname001.zip, filname002.zip ...

 

Thanks,

Abhinav

Anonymous
Not applicable

Hello @abhinav 

Is there any size limitation rule for splitting your big zip file?

Best regards

Sabrina

abhinav5
Contributor
Contributor
Author

Hi @xdshi ,

Yes we do have limitation on file size. is there any solution for this in talend.

 

 

Thanks,

Abhinav

Anonymous
Not applicable

Hello,

Actually, there is no component for splitting big zip output file into several zip files in talend. Maybe we can archive your multiple json files into several zip files separately if possible.

Best regards

Sabrina

 

abhinav5
Contributor
Contributor
Author

@xdshi thanks

Anonymous
Not applicable

Hello,

Is there any update for your issue?

Best regards

Sabrina