Groups: Member
Posts: 2
|
Is it possible, or allowed under the license, to directly access the data that the standardization function use?
|
Groups: Administration
Posts: 90
|
The USPS data is encrypted to only work with our dll. You can use the "Find Street" method in the Street Data Interface to return data based on an input street name and zipcode or you can give it a wild card (*) street name. This will only show street ranges not exact street numbers for the USPS does not allow any address data access with the DPV table.
The FindStreet method requires the following parameters: StreetName String value. Wildcard allowed, for example, “MA*” for any streets beginning with “MA”) Zip String value containing the 5-digit ZIP Code. ZipCodeOnly Boolean value defaulted to 0. With this set to 0, FindStreet will return the first street found within the city of the ZIP Code passed in. If you set it to 1, it will return the first street within the ZIP Code passed in. This argument is optional in VB and C++ but required in C.
|
Groups: Member
Posts: 2
|
Thank you for the response.
I guess I wasn't as specific as I could have been. I'm really looking for comprehensive list of City, State, Zip, Fips, data. Is that also covered by the USPS data and unavailable?
|
Groups: Administration
Posts: 90
|
Sorry for the delay in response. We do have a raw data file that is extracted from the USPS database called *ZipData that has this information.
|