NotEncodeMetaDataRegex

When you set StoreBinaryAndMeta=true, the connector inserts binary files into Digital Safe. The files are accompanied by metadata that is encoded with RFC1522.

To prevent the connector from encoding some metadata fields using RFC1522, use this parameter to identify the fields. This parameter accepts a regular expression. If the name of a field matches the regular expression, the field value is not encoded with RFC1522.

This parameter is ignored unless you set StoreBinaryAndMeta=true.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: Ingestion
Example: NotEncodeMetaDataRegex=OneField|AnotherField
See Also: StoreBinaryAndMeta