How can I join and compress a list of binary data to a single compressed files?

How can I join and compress a list of binary data to a single compressed files?

I have a flow witch mounts a list of Json and upload it to google drive folter, but instead of upload many files I want to upload a single file compressed that contains these list of Json,

Someone can help me?

Thanks

Hey @mineirodf,

Welcome to the community :tada:

I suspect what you are after is a slightly tweaked version of the example on this thread: Downloading and Archiving Many Files Into A Single Archive - #2 by MutedJam the magic happens in the Merge Binary Data function node.

Give it a go and let me know how you get on.

Thanks Jon, but it didn’t work for me. Actually I think that I need to merge each single json file into one but my flow is getting one by one.

Hey @mineirodf,

That could be the case, without seeing the workflow you have and the data structure you are dealing with it is a bit tricky.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.