I send my contacts to a mysql table to use as part of an Asterisk PABX phone system at home. This system takes the incoming phone number, and looks up in the mysql table to display a name on the phone. As the incoming phone number is without spaces I am having to programatically remove spaces from the outlook sourced data in mysql to compare with incoming phone numbers as part of the lookup.
Can the genuis connect application remove spaces from the phone number fields, by placing a formulae on a column, rather as a direct match, as it sends them to the mysql table via Store or StoreAll ? Otherwise this means editing, and maintaining all phone numbers in outlook without spaces.