on ‎2024 Feb 18 10:26 AM
Hi,
I would like to know how to approach following requirement.
Input csv file is read. Each record is validated and processed and written in one big output csv file (splitter/gather).
The validation result of each record needs to be written in one summary log file and mailed to the business owner.
How can I achieve this ? Thanks for any help or advice !
Request clarification before answering.
Hi Mark - Well, you can use the mail adapter in the SAP Integration Suite to send the report via email.
Moreover, you can use the Groovy script to validate the records.
Regards,
Karthik A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Karthik, I would advise you to write log to data store. Then you can create a separate flow to read logs from data store and email them to business owner. Data store will allow you to keep your logs even in the case if email delivery fails. You can trigger it or manually download the log from data store at a later time.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.