For more information, please refer to this announcement explaining best practices for getting answers to questions.
XSL Transformation in TCC
Summary
Reading the CSV Export Data thru XSL code to Send/Trigger EmailsContent
Hello All,
Good Morning. I am performing an Export action to extract the Agents/Agencies details with Requisition No., Agent Name, Respective Email address as shown below. (Part 1)
====================================================================================================
Requisition No., | Agent First Name |Agent Last Name |Agent Email Address | Sourcing Request Status
=====================================================================================================
1234567 | Nick |Branden |xyz@testmail.com | Posted
======================================================================================================
After the extract, i need to read these details (Requisition No., Agent Name, Respective Email address and Posting Status) from the export file. (Part 2)
After reading the content, We need to send an email to the respective Agent with details what we extracted. (Part 3)