Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
Hello @abhinav
Is there any size limitation rule for splitting your big zip file?
Best regards
Sabrina
Hi @xdshi ,
Yes we do have limitation on file size. is there any solution for this in talend.
Thanks,
Abhinav
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
@xdshi thanks
Hello,
Is there any update for your issue?
Best regards
Sabrina