Case agnostic data masking

sraina
Participant I

Recently I configured data mask using maskconfiguration as shown below.

<MaskDataConfiguration name="default">  
  <JSONPathsRequest>
    <JSONPathRequest>$.PropertyName</JSONPathRequest>
  </JSONPathsRequest>
</MaskDataConfiguration>

I found that that this is case sensitive configuration. i.e. the mask would not effect the request below.

{"propertyName":"propertyValue"}

Is there a way to configure data mask which is case agnostic?

0 1 108
1 REPLY 1

No, not with JSONPath. JSON property names are case sensitive.