45 lines
884 B
JSON
45 lines
884 B
JSON
{
|
|
"rules": [
|
|
{
|
|
"replace": {
|
|
"column": "a"
|
|
},
|
|
"with": {
|
|
"fill": "Y"
|
|
}
|
|
},
|
|
{
|
|
"replace": {
|
|
"column": "b"
|
|
},
|
|
"with": {
|
|
"value": "012345-ABCD"
|
|
}
|
|
},
|
|
{
|
|
"replace": {
|
|
"column": "c"
|
|
},
|
|
"with": {
|
|
"value": "012345-ABCD",
|
|
"fill": "Y"
|
|
}
|
|
},
|
|
{
|
|
"obfuscate": {
|
|
"column": "d"
|
|
}
|
|
},
|
|
{
|
|
"replace": {
|
|
"column": "f",
|
|
"match": "(?<=aaa).*(?=-12)|(?<=-12).*"
|
|
},
|
|
"with": {
|
|
"value": "01234-BCD",
|
|
"fill": "X#@"
|
|
}
|
|
}
|
|
]
|
|
}
|