FileTransformEngineTSource, TDestinationTransformFile Method |
Transform the contents of the sourceFile and write them to the
destFile.(use only if you need the array of the transformed
records, TransformFileFast is faster)
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic TDestination[] TransformFile(
string sourceFile,
string destFile
)
Public Function TransformFile (
sourceFile As String,
destFile As String
) As TDestination()
Parameters
- sourceFile
- Type: SystemString
The source file. - destFile
- Type: SystemString
The destination file.
Return Value
Type:
TDestinationThe transformed records.
See Also