Questions tagged [street-address]

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods.

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods. Data quality is a big issue surrounding street addresses, because they are not simple strings or numbers such as an email address or phone number. Therefore capturing, storing, de-duplicating and verifying street addresses all pose challenges.

577 questions
1
vote
3 answers

How to get my regular expression to extract information, not just check

I have a regular expression for checking whether a string is zip/postal code or not. But I would really like to also to be able to extract that from a full address (or, if possible, any string). Here is my current regular…
xyhhx
  • 6,384
  • 6
  • 41
  • 64
1
vote
1 answer

Convert address to a link like the "tel:" attr of Anchor tag in HTML for mobile numbers

How do I add an address and make it clickable, which would be redirected to google maps. Something similar to the below code: +123456789 but for addresses. A person should be able to click on the address and get the…
1
vote
1 answer

Israel streets names storage with API to c#?

I write c# code that gets as an input string an Israeli address plus additional data. I want to match only the address. i.e. "CompanyA 02-4673889 myStreet 8, myCity" "Best X-store myStreet 877 indestirial area myCity" I thought that my c# could…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
1
vote
0 answers

getFromLocation unstable Kotlin

I want to get the street address from longitude and latitude. Currently I am using geocoder.getFromLocation(latitute,longitude,1) fun getLastKnownLocation() { fusedLocationClient.lastLocation .addOnSuccessListener {…
1
vote
0 answers

How to parse complex address strings in R

I have some text strings containing addresses. While most are one address per string some have multiple addresses such as: 15, 23, & 26, Marshal Road 42, 54, Milne Road I want to use R to identify these and split them into multiple strings for each…
falcs
  • 499
  • 2
  • 8
  • 25
1
vote
0 answers

How to call External API and get the auto generated Address field by postcode using Spring Boot?

How to call External API and get the auto generated Address field with postcode Spring Boot java17 I'm trying to create the entity class for user and save the Address by calling a external API(Auto generate the address by postCodes UK) public class…
B_Ali
  • 74
  • 1
  • 2
  • 10
1
vote
0 answers

Hide paragraph

on checked 'Use Billing Address'

In my Spree application, if I check "Use Billing Address" checkbox, the Shipping address gets hidden by the checkout.js. I want to display more text inside but I could not make it toggle hide with the form values.

Will Z
  • 21
  • 1
1
vote
0 answers

Address Parsing [Py]

so im looking to write a function that will take input in the form: 123 1st street APT 32S or 320 Jumping Alien Road 555 Google Ave and output in a dictionary / json all the information parsed from the inputted string dictionary would look…
1
vote
0 answers

need to compare addresses across several columns and return the most complete - fuzzy join, etc

I have two files of customer records I need to merge. The addresses don't always match because they are not the same address, or there is part missing. I have tried fuzzy join without success. I basically need to compare 4 columns and assemble…
1
vote
1 answer

Magento - Adding a new field for shipping address during onepage checkout process

I want to add a new field "custom_house_no" for the shipping address during the onepage checkout process. I have added the below code in my custom extension mysql file "mysql4-install-0.1.0.php" // Customer Address $entityTypeId =…
MagDev
  • 83
  • 3
  • 8
1
vote
0 answers

Is there an ISO or public mapping of locations to "olson database" format (e.g. TZInfo / TZ)

There are plenty of resources on olson database flat files and how to work with times in olson database format... but how in the heck is everyone getting their address records to map to a timezone? For example: We have an address "Akron, Ohio,…
Skylar Sutton
  • 4,632
  • 3
  • 27
  • 39
1
vote
1 answer

Normalizing addresses in UK

I have been going through different sites like crunchy data solutions and this python project but all of them seems to be focused in US. I would like to know if someone knows the best way to normalize address for matching criteria coming from…
gcj
  • 280
  • 2
  • 12
1
vote
1 answer

How can I Replace an address to have only numbers and some letters using str.replace() function in Python?

I am trying to match the left and tight addresses (from separate tables) on a reference index (coClean) which I created with the following formula in #Python #JupyterNotebook import pandas as…
Dr. Islam
  • 47
  • 7
1
vote
3 answers

MelissaData Replacement?

We currently use MelissaData to scrub our addresses. We have been pretty unhappy with the product and the support in general (considering how expensive they are). Can anyone recommend a good replacement? We want a product that we can download the…
coding4fun
  • 8,038
  • 13
  • 58
  • 85
1
vote
1 answer

Loqate Address Verifier - Detect Zero Credit OnLoad?

Using the Loqate Address Verification service, is there a way to programatically detect that your account is out of credit, on load of the control? Something like the code below (that I just made up)? var controlToReturn = new pca.Address(fields,…
Ted
  • 2,525
  • 2
  • 37
  • 54