Created
January 15, 2021 20:20
-
-
Save mocon/d4324906ae20850aca758260926dfaa9 to your computer and use it in GitHub Desktop.
Possible solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. Loop through all tree IDs, and make a map with unique, auto-generated, letter-only keys for each one | |
var nameMap = { | |
"01234a": "ayenej", | |
"01234a": "oowket", | |
// ...and so on | |
} | |
// 2. Convert column names according to map above | |
// 3. Use map to display tree IDs by their key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment