Forum Discussion
Rocky_Brown
3 years agoHelper I
Active Directory Data Pull
I am pulling a list data field in from Active directory is formatted such as:
smpt:[email protected]:[email protected]/:xxxxxxxxxxxxxxxxsmpt:[email protected]
I need to separate the field into individual fields only picking up the email addresses.
Can this be done in m-code?
Thanks,
Rocky Brown
1 Reply
- vicky_Super User
You could try split that column on "SMPT:" as a delimiter.