email with excel content in emailbody to create a sctask.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 07:08 AM - edited 04-23-2024 07:12 AM
Hello All,
I am using below format to create a multiple SC task based on the input we receive from external source as excel via email. My requirement is to we don't want to create extra dummy column like "ZZZ" . we only want to proceed with provided columns. Can you please suggest us any changes in the script without ZZZ column.
requirement is based on each row data, it have to create a 1 sc task.
example : In the below format, data should copy to description of SCTASK.
First Name:Minesh
Last Name:Morjaria
excel format:
Application_Id | MIXII email address | First Name | Last Name | Employee ID | Please re-confirm your country of residence | Reimbursement Currency | Company (Legal Entity) | Costing Value | Line Manager Name & Employee ID | Hiring Manager Email | Will this employee need to approve expenses? | Will this employee need to claim expenses within the next 3 months? | ZZZ | |
54545 | Minesh | Morjaria | 801241 | United Kingdom | GBP | MIXII Group PLC | dfsfsdsdsd | John cerry (390362) | No | Yes | ZZZ | |||
509565 | Aimee | Fletcher | 345334 | United states | GBP | MIXII Security Limited | sdsfsfsfds | Brett Oough (34343) | Yes | Yes | ZZZ |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 07:36 AM
If your data is in a table within the email body then its in HTML format. You can see the HTML code when you see the email in plain text (body text in sys_email). You will have to first remove the HTML tags and then process data. See if below helps:
Regards,
Sharad