DataFlow.ExtractErrorDetails(String, String, Boolean, String) Method

Definition

Extracts the error details from error values into a new column.

public Microsoft.DataPrep.Common.DataFlow ExtractErrorDetails(string column, string errorValueColumn, bool extractErrorCode = false, string errorCodeColumn = null);
member this.ExtractErrorDetails : string * string * bool * string -> Microsoft.DataPrep.Common.DataFlow
Public Function ExtractErrorDetails (column As String, errorValueColumn As String, Optional extractErrorCode As Boolean = false, Optional errorCodeColumn As String = null) As DataFlow

Parameters

column
String

The source column.

errorValueColumn
String

Name of a column to hold the original value of the error.

extractErrorCode
Boolean

Whether to also extract the error code.

errorCodeColumn
String

Name of a column to hold the error code.

Returns

Applies to