FileFormatBuilder.ToDataFlowAsync(Boolean) 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.
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.