Transform the contents of the sourceFile and write them to the destFile. (faster and use less memory, best choice for big files)
[Visual Basic]
Public Function TransformFileAsync( _
ByVal
sourceFile As
String, _
ByVal
destFile As
String _
) As
Integer
Parameters
-
sourceFile
- The source file.
-
destFile
- The destination file.
Return Value
The number of transformed records.
See Also
FileTransformEngine Class | FileHelpers Namespace
Powered by: