Hi Greg,
What database do you have at the backend of your GM? At Apatar open source data migration tool, our users and customers use our tool to migrate their GM data to SugarCRM (any edition).
What you can do with Apatar: If you have for example MSSQL db at the backend of your GM you may configure MSSQL connector to connect to your database, then a list of tables appear where you will find CONTACT1 table. Here you may write a very simple SQL query to choose only three fields you need to cleanse:
Code:
Select top 1000 company, contact, lastname From [CONTACT1]
or
Code:
Select company, contact, lastname From [CONTACT1]
(to choose all 24K records)
Apatar will choose only these three fields where:
Contact field associates with First and Last name of the contact or company like you mentioned.
Last name field associates with the last name (the last word in the Contact field after the last space for example Greg Ivory Smith where Smith will be treated as Last name)
Company field associates with the company name or contact name like in your case.
Click Finish and you may do Preview results on the connector.
Once you have this information on your screen you may see where you have your data messed up. Then you may for example import this data to MS Excel file (2003 Office required) to change everything manually (because I do not see any other way) using MS Excel connector.
Thus your first datamap will look like: MSSQL connector -> Transform -> MS Excel connector.
After you cleansed your data in MS Excel file you may use this new file and a connector for MS Excel to import all the data to SugarCRM directly using a connector for SugarCRM. Moreover you may assosiate Accounts (Company) with the Contacts which belong to this company.
Hope it will help you. If you have any questions feel free to ask.
Regards,
Sergei
Bookmarks