Update via .csv File
The .csv upload is great for smaller companies and getting data uploaded quickly. However, it is not really suited to ongoing data management particularly if data is being managed by multiple users or via other update formats such as the XML import.
The .csv upload has 3 upload methods--append, clear and append, and update and insert. Append will simply add any new records and leave any existing records. Clear and append will remove all existing location records, then add those in the .csv file. Update and insert will update any locations that match those in the csv, and insert any new ones from the csv.
There is an option to remove duplicates via .csv upload, but this option only works for duplicates within the file itself. It does not do a compare against locations in the database.
As mentioned, the clear and append method will remove any existing locations and re-add any new ones. This is a great tool for setting up an account or when there are infrequent updates, but keep in mind that the primary downside to this method is that new IDs are created for the updated records. If there is data associated via the ID such as event data, promotions, or even search log data for the original locations, this data will be wiped out when new IDs are created.
Updated 3 months ago