This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Description
Can do 2 things with tabl()
- Separate row for each file, or
- concatenate fields where there are multiple unique values into one comma sep string
We basically do the first now, but then other fields aren't filled in for each row, and when combined with other gists, means the gist id rows belong with are lost.
I think option 2 might be cleaner, but not sure