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

Case sensitive field names cause errors in lots of contexts. #1019

Open
acrosman opened this issue Feb 7, 2024 · 0 comments
Open

Case sensitive field names cause errors in lots of contexts. #1019

acrosman opened this issue Feb 7, 2024 · 0 comments

Comments

@acrosman
Copy link

acrosman commented Feb 7, 2024

Currently if you have two fields with the same name, but with different cases, they will be listed in output as different fields. But most output targets don't accept that as valid output.

Minimal Example:

- object: Account
  fields:
      Name:  Company One
- object: Account
  fields:
     name: Company two

There are places in more complex use cases where this pattern applies and it's an easy mistake to me.

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

No branches or pull requests

1 participant