home / goamines / location_aliases

Menu

location_aliases

Maps every raw location string to a canonical_name in locations.

1 row where canonical_name = "INTERMEDIATE ORE STOCK M.L NO.2 FE 77 S No 86"

✎ View and edit SQL

This data as json, CSV (advanced)

raw_name ▼ canonical_name
INTERMEDIATE ORE STOCK M.L NO.2 FE 77 S No 86 INTERMEDIATE ORE STOCK M.L NO.2 FE 77 S No 86

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE location_aliases (
  raw_name TEXT PRIMARY KEY,
  canonical_name TEXT REFERENCES locations(canonical_name)
);
Powered by Datasette · Queries took 1.2ms