FileTransformEngineTSource, TDestinationTransformFileFast Method (TextReader, String) |
Transform the contents of the sourceFile and write them to the
destFile. (faster and uses less memory, best choice for big
files)
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic int TransformFileFast(
TextReader sourceStream,
string destFile
)
Public Function TransformFileFast (
sourceStream As TextReader,
destFile As String
) As Integer
Parameters
- sourceStream
- Type: System.IOTextReader
The source stream. - destFile
- Type: SystemString
The destination file.
Return Value
Type:
Int32The number of transformed records.
See Also