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

When importing, ignore case for selection lists #547

Open
3 tasks
ifokkema opened this issue Aug 17, 2021 · 0 comments
Open
3 tasks

When importing, ignore case for selection lists #547

ifokkema opened this issue Aug 17, 2021 · 0 comments

Comments

@ifokkema
Copy link
Member

When importing, selection list values are compared in a case-sensitive manner. E.g., "unknown" is not accepted but "Unknown" is. This is sometimes confusing and laborious. For those building import files regularly, it's quite a pain fixing these issues.

  • Make sure that selection lists can not contain multiple values that are the same if ignoring the case.
  • Make sure that comparison is done in a case-insensitive manner.
  • After comparison, if a value matches, the case then needs to be converted into the case the selection list value is using.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant