singer-io / tap-quickbase

Singer.io tap for Quick Base API
GNU Affero General Public License v3.0
7 stars 3 forks source link

Update regex to remove any non-alphanumeric or underscore field #14

Closed dmosorast closed 6 years ago

dmosorast commented 6 years ago

Since Quick Base allows any character in field names, but the destination of the data produced by this tap may not support all characters, this PR proposes removing any characters that could be an issue down the line.

Only alphanumeric and underscores will be permitted. Pending review and discussion.