Focal Point
[SOLVED] Converting Postal Address to Business/Formal Address Format

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4067050436

October 10, 2013, 08:55 AM
cdeal
[SOLVED] Converting Postal Address to Business/Formal Address Format
Our addresses are stored in our database using the postal standards; however, on some occasions our users need the address in the formal format (ex: St. needs to be written out Street, full names of states, etc). I am sure we can do this with a series of defines as well as joins to our validation/lookup tables, but I was just wondering if anyone is doing something like this and has any suggestions as to the best way to do it?

Thanks in Advance!

This message has been edited. Last edited by: <Kathryn Henning>,


WebFocus 7703
October 10, 2013, 09:12 AM
Doug
You can use DECODE with a file. Where the file contains the pairs of values, such as 'St.' 'Street', etc. The USPS site may have official list of these.

This message has been edited. Last edited by: Doug,
October 11, 2013, 11:36 AM
jgelona
Yes they do:

USPS Abbreviations


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
October 14, 2013, 08:43 AM
cdeal
Thank you!


WebFocus 7703