Template of the list is:
EmployeeList = [u\'\', u\'\', u\'\', u\'\']
I would like to con
Just use
unicode_to_list = list(EmployeeList)