Question

Aggregating filenames from filecopy writer


Badge

In a workspace, I do a conditional copying of files into several places, and I want to deliver the results of the copy actions - especially the target filenames - in one final email

What I do have is a structure like this (the condition part omitted for clarity)

where the email sending part already works.

But I can't figure out how to send the target filename each filecopy writer receives basically as a list.

Any help would be greatly appreciated.


2 replies

Badge

this is the structure in question

Userlevel 4
Badge +25

I see you have an Aggregator transformer in there. Can you use that to create a list of the attribute? Basically click the Generate List option, enter a list name, and then choose the attribute (file name attribute) to create a list of.

Then use a ListConcatenator to create a "list" of the attributes as a single attribute in a way that can be sent by email.

Reply