Merge binaries into single document

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2020 10:30 PM
I have 3 binaries as three documents. Is it possible to merge the three binaries into a single document and write it to a file?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 07:24 AM
I have used a union to gather three CSV files as binaries into 3 documents, but I need to write all three documents to the same file. Is it possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 09:41 AM
Just a suggestion: have you tried the group by N snap?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 10:20 AM
I have not tried that. I will give that a shot today.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 12:56 PM
After messing around with Group By N, I’m not sure that will work. You can group by content, but I could never find a way to write the combined binaries to a file. This is what my flow looks like right now:
If I add a file writer after the Document to Binary snap, it writes to a file but only the last document and not the other two binaries.
