Feb 08, 2019 07:39 AM
Hi Everyone,
My company want to fully use Airtable for our subscription process (training industry). Now that i’ve created the tables, I have some questions about the possibilities of AirTable :
I’ve posted less than 24 hours ago so again, thank you so much for your time.
M.A.E.
Feb 08, 2019 09:07 AM
The zip code detection would only be as accurate as services like google maps could figure out.
you should see what location integrations you can workwith
https://zapier.com/apps/airtable/integrations
The accuracy of this is dependent on the former, again check to see what integrations are available via zapier.
there is a dedup (de-duplicate) block, but not the autocomplete. Its probably advisable to not have autocomplete because there can be very similar addresses, ex. as before, same address different zip code.
Feb 08, 2019 09:23 PM
As @Mike_McLaughlin indicated, such functionality is provided by integrating Airtable with the appropriate PTT. I’ve built an interface to the US Postal Service using Zapier… but I’m not sure if I ever published it. I also don’t know how much help it would be to you, but I suspect the general approach is largely similar from country to country.
I put together a distance-checking integration with Google Maps using either Zapier or Integromat (or maybe I did it with both) a while back. It may have only specified distance city-to-city, but the calls use similah structuire
The most recent version of my data deduplication routines — well, all versions, in fact, but you’ll want to use v 3.0 — support real-time deduplication. The algorithm deciding whether two records match is defined by you, so it can be as strict or as fuzzy as you’d like. You can also define multiple deduplication processes in a table – so in your case you could define a process that uses the first three characters of the entered fields to determine a match. The one caveat is that all of the records of the table to be deduplicated must be linked o a single record in another table – so that link must be made prior to deduplication. This can be handled in a number of ways, including through an integration service.
I’m kind of between residences at the moment, and my time online isn’t guaranteed – but as I can over the next week, i’ll try to get the two demo integrations I mentioned documented and published.