Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sendtomitesh/75cfd9fd00107c69477ce94651e8e153 to your computer and use it in GitHub Desktop.
Save sendtomitesh/75cfd9fd00107c69477ce94651e8e153 to your computer and use it in GitHub Desktop.
{
"rules": [
{
"rule-type": "selection",
"rule-id": "1",
"rule-name": "1",
"object-locator": {
"schema-name": "Test",
"table-name": "%"
},
"rule-action": "include"
},
{
"rule-type": "transformation",
"rule-id": "2",
"rule-name": "2",
"rule-action": "rename",
"rule-target": "schema",
"object-locator": {
"schema-name": "Test"
},
"value": "Test1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment