Can any one help…
i have a one text file which consist email id as well as some other data too, here is one problem i want to read email id from text file apart from other data…
this is the text who has a data please help me
Regards
Bitu Bawankar
Can any one help…
i have a one text file which consist email id as well as some other data too, here is one problem i want to read email id from text file apart from other data…
Regards
Bitu Bawankar
@bitubawankar, This one might help you,
Regards,
Dom ![]()
If you want to get just “jslye” try with Substring(0,4)
Regards
Thanks friend Its working
thanks friend
How can we permanent delete text file from specific path please tell
Hi @bitubawankar,
use delete activity to delete the text file.
Properties
Path → give full path of the text file
Regards,
Arivu
thanks dude


above steps will read your text file or .json file line by line… if loop arrayrow(i) increase i value… in a loop.
Hope my inputs are useful
thanks
Ienum variable IEnumerable
how can we define this variable
Create variable in the variable tab… variable type you can find as Ienumerable<Match>
@bitubawankar
System.Collections.Generic->Ienumerable<T>
then select <match>
how can i access the email id from ienum bariable,
i am trying but its giving this error

i am giving input type as String variable as email
and
pattern value in double inv. comma like
“[a-zA-Z0-9-_.]+@[a-zA-Z.]+”
property of match activity is below
Hi @bitubawankar
emailCollect(0).ToString()
If you have multiple value use for each to get all the data.
Regards,
Arivu
Thanks dude its too fine