|
Derek the zipcode database included in our program is a free one and exists in the zipData database table
Anything you import into that table must be in the formatted order of that table so you need to manipulate your csv anyway you can to that format
zipcode, ZipCodeType, City, CityType, State, StateCode, AreaCode, lon, lat
|