bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

lower case problem #3

Closed jazzybeat closed 8 years ago

jazzybeat commented 8 years ago

I have problem when exporting property names, for example "bgColor" will be exported as "bgcolor". I would like to know if there is way to disable property name conversation to lowercase.

Thanks,

bassarisse commented 8 years ago

Sorry for the delay. I just added an option to choose how the properties are generated (property-mode), maybe "none" or "nospace" fits your need. Let me know what you think.