Extracting email domain

More
1 month 4 weeks ago #22471 by Carl
Extracting email domain was created by Carl
Hello

I am working on creating a complex package(workflow) and i need to extract the email domain.

Thank you for your assistance in advance

Please Log in or Create an account to join the conversation.

More
1 month 4 weeks ago #22472 by admin
Replied by admin on topic Extracting email domain
Hi Carl
I have created a function for you

Var
vEmail: String;
vDomain: String;
begin
Result := True;
vEmail := GetVariable('<LAST EMAIL>');
vDomain := copy(vEmail,Pos('@',vEmail),1000);
setVariable('<EMAIL DOMAIN>',vDomain);
end;

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 month 4 weeks ago #22473 by admin
Replied by admin on topic Extracting email domain
You will find more information about script action here

www.etl-tools.com/wiki/aetle/packages/script_action

Mike
ETL Architect
The following user(s) said Thank You: Carl

Please Log in or Create an account to join the conversation.

Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.