Hi Team,
I need to send an email to users based on status of text file line items as below:
G0001359|NOR ZIHAM BINTI KASMIN|Approved|2,670.50 MYR|DH/00053/19|12-Apr-2019|test@gmail.com
G0001360|NOR ZIHAM BINTI KASMIN|Rejected|2,670.50 MYR|DH/00053/19|12-Apr-2019|test1@gmail.com
G0001361|NOR ZIHAM BINTI KASMIN|Approved|2,670.50 MYR|DH/00053/19|12-Apr-2019|test2@gmail.com
G0001362|NOR ZIHAM BINTI KASMIN|Pending|2,670.50 MYR|DH/00053/19|12-Apr-2019|test3@gmail.com
G0001363|NOR ZIHAM BINTI KASMIN|Approved|2,670.50 MYR|DH/00053/19|12-Apr-2019|test4@gmail.com
Example
Send an email to test@gmail.com,if status is approved and the values i want to key in email content(Save its as string) .
I have converted the text file in to excel file as below,after that i need your inputs: