Has anyone come up with an easy way to scrub data to improve quality (examples would be where Constituents use all lower case or upper case letters, or spell out the word Street or Avenue when standards are to be St or Ave, etc.) Those kind of quality issues.
At issue are fname, lname, street1, city, prefix and gender.
Hi Daniel,
This is an excellent use case for a service interceptor. Ron Wilson has written a sample interceptor that formats pretty much all constituent contact information, you can find it on TASK under optional components.
Cheers,
Patrick.
Unknown said: This is an excellent use case for a service interceptor. Ron Wilson has written a sample interceptor that formats pretty much all constituent contact information, you can find it on TASK under optional components.
If we look into the comments of Ron's plugin sample code we see
"This more complex example closely recreates the widely shared Auto Address Correction functionality originally created by Brian Grundstrom..."
Brian's lf_titlecase has fans everywhere. :-)