I have a table with a list of employees that I would like to split into three separate domains based on their job description which are listed in the table. Is there a way (probably with python) to automate the creation of those domains so that I could use the Table to Domain tool, but with only the appropriate subset.
Right now, I'm using the Create Domain and AddCodedValueToDomain to do this manually for each person.
Thanks.