Hey Airtable community!
I’ve got a quite large data set that is not very pretty. I need to process it so that I can make use of the data in a real way.
The key issue I am looking to solve is that I need to:
Break apart long data fields into individual records on a different table that are linked back to the original record
ex: Master Table Column is “Locations” and in each record there are a list of up to 10-20 locations listed in a format like this:
[{“addr_1”:“3340 Peachtree Road”,“city”:“Atlanta”,“state_prov”:“Georgia”,“country”:“United Kingdom”,“is_hq”:false},{“addr_1”:“Regus Officecenter Badenerstrasse 47 Zürich +41 79 88 44 998”,“city”:“Zurich”,“state_prov”:“NA”,“country”:“Switzerland”,“is_hq”:false},{“addr_1”:“WeWork Friedrichstraße 76 +49 30 5200 4596 4”,“city”:“Berlin-Mitte”,“state_prov”:“Berlin”,“country”:“Germany”,“is_hq”:false}]
I want to export this data into a Table called “Locations” where each address is cleaned up, listed individually and linked back to the original record.
Does anyone have any suggestions for extensions/tools/scripts that could be used for something like this?
Thanks in advance!