Skip to main content

Mailing labels remove duplicate addresses

Comments

2 comments

  • Tom Neer
    We use a workflow for pulling owner addresses. The workflow runs generally like: ?
    1. Execute spatial query based on source parcel against the parcel feature layer. 
    2. Create an empty list to store the name, address, city, state, zip.
    3. Loop through the results, append if they are not already in the list.
    4. Use the list to create the mailing list.
    It's a little slower but generally more accurate. It won't handle garbage in, garbage out. You could compare only the mailing address concatenated but several owners may be at the same notification address.

     

    Example at https://maps.pitkincounty.com/

     

     
    0
  • John Nerge
    That's a very nicely designed workflow. The hiccup for me would be that I'm using a standard Report activity to output the results to rtf format, and that activity only accepts a map layers queried with a geometry or a where clause.

     

    Are you using a template report to output the results to PDF? Would you be willing to share the workflow?
    0

Please sign in to leave a comment.