rosszurowski/micro-airtable-api

Allow specifying a column name mapping

Opened this issue · 1 comments

It's nicer to access fields.sourceUrl rather than fields['Source Url'].

Would you want to allow users to pick a mapping strategy at a high level (eg: camelCase turns Source Url into sourceUrl and snake_case turns Source Url into source_url)?

Or should users specify a complete mapping of all the field names they want to convert? Maybe something else to add to the config file we're cooking up in #6?