Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove camelCase renaming of field names #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremydrichardson
Copy link

Propose to remove the automatic camelCasing of field names when going through the transform pipeline.

We ran into issues where field names changed unexpectedly - but only on portal data. Tracked it down to this transformRelatedTables function that transforms the field names to camel case in the process.

I'm not opposed to having camel case as an option, otherwise is comes as an unexpected name transform.

Our application is we are manually mapping field names from FileMaker into our API using a JSON schema. In order to succeed we need to be able to predictably know what the FileMaker field name is so we can map it to our API field name. We ran into this issue only when we began using portals. It seems only the portal field names are being camel cased.

Let me know you thoughts on it and maybe some of the reasoning why you're camel casing in that step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant