DataFlow.WriteStreams(String, OutputFilePropertyValue, 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.
Writes the streams in the specified column to the destination path. By default, the name of the files written will be the resource identifier of the streams. This behavior can be overriden by specifying a column which contains the names to use.
public Microsoft.DataPrep.Common.DataFlow WriteStreams(string streamsColumn, Microsoft.DPrep.Engine.PropertiesSystem.OutputFilePropertyValue basePath, string fileNamesColumn = null);
member this.WriteStreams : string * Microsoft.DPrep.Engine.PropertiesSystem.OutputFilePropertyValue * string -> Microsoft.DataPrep.Common.DataFlow
Public Function WriteStreams (streamsColumn As String, basePath As OutputFilePropertyValue, Optional fileNamesColumn As String = null) As DataFlow
Parameters
- streamsColumn
- String
The column containing the streams to write.
- basePath
- Microsoft.DPrep.Engine.PropertiesSystem.OutputFilePropertyValue
The path under which the files should be written.
- fileNamesColumn
- String
A column containing the file names to use.