tlhunter / node-grille

Google Spreadsheets CMS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrays and Objects without data should default to empty

tlhunter opened this issue · comments

If a column is set to type array, and a row is missing data, default it to [].

If a column is set to type object, and a row is missing data, default it to {}.