I downloaded an Outlook attachment, and decompressed that.
The decompression node splittes the binary file into sub_files
I can upload the individual files.
How would I iterate through all of the decompressed files?
Thanks for the Help!
I downloaded an Outlook attachment, and decompressed that.
The decompression node splittes the binary file into sub_files
I can upload the individual files.
How would I iterate through all of the decompressed files?
Thanks for the Help!
Hi @JanMrlth1, you probably want to move each file into an individual item with an identical property name. I’ve uploaded an example at Split Out Binary Data | n8n workflow template.
After running this, you can simply loop through each item and reference its data
binary property.
I will look into that, thank you!