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?
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?
03-02-2020 09:41 AM
Just a suggestion: have you tried the group by N snap?
03-02-2020 10:20 AM
I have not tried that. I will give that a shot today.
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.