Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 721 Bytes

ms.enable.schema.based.filtering.md

File metadata and controls

29 lines (17 loc) · 721 Bytes

ms.enable.schema.based.filtering

Tags: conversion

Type: boolean

Default value: true

Related:

Description

ms.enable.schema.based.filtering enables or disables schema-based filtering, or column projection. When enabled, only fields specified schema are projected to final dataset.

Each Extractor will enforce a compliance filter based on given schema, currently this is soft enforced. Use case can turn the filtering off by setting this parameter to false.

Whe a flow uses a normalizer converter, this generally should be disabled.

Example

ms.enable.schema.based.filtering=false

back to summary