Data migration and avoiding duplication of records
-
- Ensign (ENS)
- Posts: 2
- Joined: Thu Oct 02, 2008 9:36 am
Data migration and avoiding duplication of records
We need to import CSV of 16000 records into Able Commerce and I wondered if anyone has used this utitlity....my main question is not on data mapping but whether there is provision within the utility that recognises duplicate records/details and allows us to choose or specify which ones to retain or delete. Thanks
Re: Data migration and avoiding duplication of records
You haven't specifically mentioned a particular data import utility, so I assume you're referring to the Able Dataport utility.
So far as I know, the only duplication check performed is based on the ProductId field value. If you are uploading new products without any existing products loaded in the AC7 store catalog, no duplicate-checking will be performed since no ProductId values exist.
I recommend that you clean the data prior to importing into the store.
So far as I know, the only duplication check performed is based on the ProductId field value. If you are uploading new products without any existing products loaded in the AC7 store catalog, no duplicate-checking will be performed since no ProductId values exist.
I recommend that you clean the data prior to importing into the store.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
-
- Ensign (ENS)
- Posts: 2
- Joined: Thu Oct 02, 2008 9:36 am
Re: Data migration and avoiding duplication of records
Thanks for that. We have customers that have elected NOT to have an account but we have their details so it is possible for one customer to have purchased from us numerous times. Appreciate the response though and yes it looks like we'll ned to clean by hand or use ACT or something similar as I believe you can elect to clear duplicates in that programme though don't know yet how sphisticated it is. If I find a great tool to achieve this I'll let you know!
Re: Data migration and avoiding duplication of records
Excel is actually quite clever at it.
Just set it up like a data spreadsheet and then sort/group the data on the primary key you want to be unique.
Then copy/paste the summarized (grouped) result into a new sheet and export that sheet. Should give you a nice, clean unique list based on your primary key and it's exportable to CSV for import.
Just set it up like a data spreadsheet and then sort/group the data on the primary key you want to be unique.
Then copy/paste the summarized (grouped) result into a new sheet and export that sheet. Should give you a nice, clean unique list based on your primary key and it's exportable to CSV for import.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com