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
| // ################################################################################################################## | |
| // For use on Google Sheets | |
| // | |
| // We are using the "all" sheets version of this script (designated in the UI). This will | |
| // provide us three tiers of sorting data for the JSON blob. You may experience a JS alert | |
| // error - haven't found an answer for that yet, but the script still runs for the time being. | |
| // | |
| // *** NAMING NOTE*** | |
| // Column header names will be used for JSON keys. As such, names should conform to lowercase, | |
| // whitespace-less, and descriptive. |