Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8975477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:53:32+00:00 2026-06-15T18:53:32+00:00

Forexample if I have address fields for different rows like (Ho. # 103 street

  • 0

Forexample if I have address fields for different rows like

(Ho. #  103 street #  65 Saat meel Kalar RAWALPINDI), 
(h no. 732 St. No. 55 Mor gha RAWALPINDI),
(h# 611 St. # 57  old lalazar RAWALPINDI)

Then how can I make it unique like

(Ho. # 103 street # 65 Saat meel Kalar RAWALPINDI), 
(Ho. # 732 Street # 55 Mor gha RAWALPINDI),
(Ho. # 611 Street # 57 old lalazar RAWALPINDI)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T18:53:33+00:00Added an answer on June 15, 2026 at 6:53 pm

    It looks like you’re not trying to make it “unique” but, like the title says “consistent.”

    This is difficult to do. What you need to do is parse the data, allowing for different types of identifying strings. For example, for house, it looks like you want to accept "Ho. #", "h no.", and "h#".

    Once you’ve parsed the data, you can store it in any fashion you want (probably in a database). Then you are free to output it in any format you wish (like your last example).

    There is nothing built-in that will do this for you magically.

    The pseudo-code would look something like this:

    input = input.toLower()
    
    house_ids = ['ho. #', 'h no.', 'h#']
    
    p = start of string
    While data left in string:
        if string_at(p) is one of house_ids:
            advance p
            house_num = number_at(p)
        // street, etc.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a excel template, where we have different predefined fields like CustomerName, CompanyName,
Background: I have a table with 5 million address entries which I'd like to
I have a table with multiple fields for address, such as address_line_1, address_line_2, etc.
I have several tables that have similar fields, for example, Name and Email address:
I have a database which contains 5 fields, which are: name, address, idcard, town,
for example: I have created one javascript property array model with some properties like
For example I have a method that looks like this [self performSelectorOnMainThread:@selector(someMethod) withObject:data waitUntilDone:YES];
I have a question regarding implementation of smart-search features. For example, consider something like
I have data from a ResultSet that contains three fields: DataType, Data, DataValue. I
I would like to use syslog for logging from a remote application. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.