Last active
February 24, 2020 20:40
-
-
Save linkerzx/765bd61b18ce3e459219a05ea1baaf15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Type": "CaseStatement", | |
"WhenConditions": [ | |
{ | |
"Type": "WhenCondition", | |
"Operand": { | |
"Type": "SimpleOperand", | |
"Operand": "eq", | |
"Field": "gender", | |
"Value": "M" | |
}, | |
"Value": "Male" | |
}, | |
{ | |
"Type": "WhenCondition", | |
"Operand": { | |
"Type": "SimpleOperand", | |
"Operand": "eq", | |
"Field": "gender", | |
"Value": "F" | |
}, | |
"Value": "Female" | |
} | |
], | |
"Else": "Other" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment