DataFlow.DropErrors(ColumnsSelector, ColumnRelationship) Method

Definition

Drops rows where all or any of the selected columns are an Error.

public Microsoft.DataPrep.Common.DataFlow DropErrors(Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector columns, Microsoft.DPrep.Engine.ColumnRelationship columnRelationship = Microsoft.DPrep.Engine.ColumnRelationship.All);
member this.DropErrors : Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector * Microsoft.DPrep.Engine.ColumnRelationship -> Microsoft.DataPrep.Common.DataFlow

Parameters

columns
Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector

The source columns.

columnRelationship
Microsoft.DPrep.Engine.ColumnRelationship

Whether all or any of the selected columns must be an Error.

Returns

Applies to