Forum Discussion

Rocky_Brown's avatar
Rocky_Brown
Helper I
3 years ago

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

  • You could try split that column on "SMPT:" as a delimiter.