FileFormatBuilder.ToDataFlowAsync(Boolean) Method

Definition

Uses learned information about the files in the initial Dataflow to construct a new Dataflow which has the correct reading/parsing steps to extract their data.

public System.Threading.Tasks.Task<Microsoft.DataPrep.Common.DataFlow> ToDataFlowAsync(bool includePath = false);
member this.ToDataFlowAsync : bool -> System.Threading.Tasks.Task<Microsoft.DataPrep.Common.DataFlow>
Public Function ToDataFlowAsync (Optional includePath As Boolean = false) As Task(Of DataFlow)

Parameters

includePath
Boolean

Whether to include a column containing the path from which the data was read.

Returns

A new Dataflow with the appropriate parsing/reading steps applied based on the learned information.

Applies to