Good morning all,
I'm looking to add a field in my dataset that generates a random password of 16 characters in length. The field needs to contain at least one of the following:
- lowercase letter
- uppercase letter
- number (0-9)
- special character (!@#$%^&*)
Tried searching the community and didn't see anything relevant. Does anyone have an idea for a way to accomplish this for 15k records?