Exclude type Undefined datatype from MongoDB masking
search cancel

Exclude type Undefined datatype from MongoDB masking

book

Article ID: 412867

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

We are trying to exclude the field data from masking where type is undefined, let us know what where condition we can use in the Portal.

{ $exists: true, $not: { $type: "undefined" } }

Field name: <Top-Level-Field>.extSysResourceDetails.<Specific-Field>

Environment

All supported TDM releases.

MongoDB database.

Resolution

Such types of WHERE conditions are not supported in FDM.  Only MongoDB document properties are supported for comparison, not meta-properties