Click or drag to resize

FileTransformEngineTSource, TDestinationReadAndTransformRecords Method

Transform a file that contains source records to an array of the destination type

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public TDestination[] ReadAndTransformRecords(
	string sourceFile
)

Parameters

sourceFile
Type: SystemString
A file containing the source records.

Return Value

Type: TDestination
The transformed records.
See Also