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
Syntaxpublic TDestination[] ReadAndTransformRecords(
string sourceFile
)
Public Function ReadAndTransformRecords (
sourceFile As String
) As TDestination()
Parameters
- sourceFile
- Type: SystemString
A file containing the source records.
Return Value
Type:
TDestinationThe transformed records.
See Also