You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
none
- preserve severity text exactlylower
- lowercase severity textupper
- uppercase severity textknown_only
- if matches a known level, use that text's predefined level string. otherwise, use "unknown" or similarThe text was updated successfully, but these errors were encountered: