Click or drag to resize

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
Syntax
public TDestination[] TransformFile(
	string sourceFile,
	string destFile
)

Parameters

sourceFile
Type: SystemString
The source file.
destFile
Type: SystemString
The destination file.

Return Value

Type: TDestination
The transformed records.
See Also