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

Severity Text - Option to apply standard processing #187

Open
djaglowski opened this issue Nov 3, 2020 · 0 comments
Open

Severity Text - Option to apply standard processing #187

djaglowski opened this issue Nov 3, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@djaglowski
Copy link
Member

Building upon #181, will users have expectations about exactly how severity text is captured? in other words, should users be able to apply standard processing rules to the text that is retained? For example:

severity:
  parse_from: some_field
  text_action: none # "none" is default, but also accepts "lower", "upper", "title", "known_only", etc

none - preserve severity text exactly
lower - lowercase severity text
upper - uppercase severity text
known_only - if matches a known level, use that text's predefined level string. otherwise, use "unknown" or similar

@djaglowski djaglowski added enhancement New feature or request good first issue Good for newcomers labels Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant