tlhunter / node-grille

Google Spreadsheets CMS

Home Page:https://www.npmjs.com/package/grille

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDEA: Allow empty meta.collection, import to root

tlhunter opened this issue · comments

If the collection column is empty on the meta sheet, import the data directly to the root object.

Use Case: I normally have a "dictionary" object for simple key/value pairs. Instead, these pairs could be attached directly to the root.

Dangers: A key with the name xyz and no collection would override a collection with the name xyz.