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
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Desired output;
If "singleton" Value starts with "ST" output should have "single".
If "singleton" Value starts with "HV" output should have "double".
If "singleton" Value starts with other letters, output should have same words as in input.
The text was updated successfully, but these errors were encountered:
Desired output;
If "singleton" Value starts with "ST" output should have "single".
If "singleton" Value starts with "hv" output should have "double".
If "singleton" Value starts with other letters, output should have same words as in input.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is the input i have:
{
[
{
"operation": "shift",
"spec": {
"Consumer": {
"": {
"id": "ConsumerGroup[&1].id",
"singleton": {
"ST": {
"#Stater": "Consumer.[&3].singleton"
},
"HV*": {
"#future": "Consumer.[&3].singleton"
},
"*": {
"singleton": "Consumer.[&3].singleton"
}
}
]
Desired output;
If "singleton" Value starts with "ST" output should have "single".
If "singleton" Value starts with "HV" output should have "double".
If "singleton" Value starts with other letters, output should have same words as in input.
The text was updated successfully, but these errors were encountered: