Skip to main content

I have a basic project as shown in the screenshot. In this example there are 54 items that need data cleansing (at the rejected port), I am wanting to send ONE email at the conclusion of this run, with a list of all the Property Numbers that were captured here.

 

If I add an emailer at this 'rejected' port I will get 54 emails. I am assuming there is a simple way to list then expand into the body of a single email?

 

workbench example

You can e.g. use an Aggregator transformer to only send a single mail from the Rejected port. You could configure it to concatenate all the ID's into a single string.


You can e.g. use an Aggregator transformer to only send a single mail from the Rejected port. You could configure it to concatenate all the ID's into a single string.

Thanks David.

How do you recommend I format them into the HTML email?

Use <br> as the separator or similar?


Thanks David.

How do you recommend I format them into the HTML email?

Use <br> as the separator or similar?

Depends on your requirements. Using <br> or a bullet list is certainly the easiest. If you want to get really fancy with it, you could use the HTMLReportGenerator.


Reply