Email ids from text file

Hi,

My requirement is in a text file it will have more than 5 r 8 email ids will be there i want to get only the mail ids how can i achieve.

Use ‘Matches’ activity. Select ‘Email ID’ as Regex in Regex Builder Wizard.
@monish06

I am not clear how to use can you explain it

Hi @monish06

Go through this link to understand Matches Activity

Try this file Main.xaml (9.3 KB)
Pass your path of file in ‘Filename’ of ‘Read Text file’ activity.

1 Like

So how i can get it separately and print it. It is under CastIterator?

hi @monish06

You can get email id’s separately using for each loop for Regex as included in Xaml file and print it as per your need.

Thanks