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
Is your feature request related to a problem? Please describe.
convert_entry_type provides a capability to convert key format. Currently, the processor requires to exact-match key name on key or keys entry. Using regex based key patterns with type check operator [1] will offer flexible converting type capability as follows
key_patterns: version
type: integer
convert_when: /version/typeof float
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
convert_entry_type provides a capability to convert key format. Currently, the processor requires to exact-match key name on key or keys entry. Using regex based key patterns with type check operator [1] will offer flexible converting type capability as follows
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: