π [Long list] Account Names to Facility Match using PeeringDB
This playbook uses Google Search, PeeringDB and TableOps
Playbook
1. Search Google to get the correct organization names of the accounts
Drop rows with duplication in @1.AccountNameSearch @2.AccountName on site peeringdb.com/org. If "organic" field has more than one item, then look at the first result. If the first result's title has " - " then return the text before " - ". Otherwise return empty.Drop rows where @3.search_account_on_peeringdb is duplicated or empty. Change column name @3.search_account_on_peeringdb to corrected_name and return the table.2. Get organization id of the accounts
Get organization with name contains @4.corrected_name. sleep 3s between requests.3. Get network id of the accounts
4. Get facilities of the networks
5. Match the facility name with some facilities
Notes
Last updated