Guys,
I'm performing a batch creation of Mail Contacts, however after testing i've noticed that in the output window the Alias field has a '?' question mark symbol between the firstname and last name e.g 'simon?taylor'. I'm using the standard import command which works fine and my .csv file with each heading in it's on field:
Name Firstname Lastname ExternalEmailAddress
simon, taylor simon taylor simon.taylor@micronet.com
When i open up this in notepad i see
Name,Firstname,Lastname,ExternalEmailAddress
"simon, taylor",simon,taylor,simontaylor@micronet.com
Is there any reason why under the Alias field of the output that it shows the '?' question mark symbol between firstname?lastname ?