|
Zip Code Data for the Store Locator |
|
The Znode Storefront Store Locator and County Based Taxes (Enterprise Edition only) uses reference data for the zip code, city, state, and area code. Since this data contains over 42,000 entries and changes fairly regularly it is best to purchase it commercially. Purchasing Data You can purchase data that is compatible with the Znode Storefront from a company called ZIPCodeDownload at http://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/
Once you receive your download file do the following:
Script to bulk-load store locator data into Znode Storefront
TRUNCATE TABLE ZNODEZIPCODE
BULK INSERT ZNODEZIPCODE FROM '<YOUR PATH TO ZIP CODE DATA FILE>\5-digit Premiumdata.txt' WITH (FIELDTERMINATOR = ',')
|