DataFlow.ExtractErrorDetails(String, String, Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.