CampusID substring
Cantor, Scott
cantor.2 at osu.edu
Mon Jul 21 15:17:27 EDT 2014
On 7/21/14, 2:53 PM, "Goggins, Patrick" <gogginsp at uwgb.edu> wrote:
>For one of our third-party vendors, they are looking for a partial of
>what we are currently populating in AD for the employeeNumber field.
>Basically I¹m looking at pulling in a substring of the last
> nine integers in the field. Below is the script I¹ve put together but it
>looks like my syntaxing needs some work.
You could probably just use a regex, see
ResolverRegexSplitAttributeDefinition
Something like "^.+(\d{9})$"
I'm sure that's not 100% correct, but something like that.
There's a lot wrong with your script, which is why it's just easier to not
even get into that.
-- Scott
More information about the users
mailing list