Is there a way in JDE Orchestrator to extract records from table and send a csv to user(s) ?
Hi,
Greetings !
I am trying to extract records from JDE table through a DB request, convert it to a CSV file and mail the file to user.
I am able to do it till CSV file creation by passing the table records into a custom groovy script (script reference: https://docs.oracle.com/en/applications/jd-edwards/tutorial-export-dataformat-orch/) that creates a CSV file out of the JSON records .
The CSV file is stored in a path now. Instead, I would like to use as an attachment in mail and send to users.
Appreciate any help on this.
Thanks,
Ashok.