FileTransformEngine Constructor
|
Create a new instance of the class. |
DestinationEncoding | The Encoding of the Destination File. |
DestinationType | The destination record Type. |
SourceEncoding | The Encoding of the Source File. |
SourceType | The source record Type. |
ReadAndTransformRecords | Transform a file that contains source records to an array of the destination type |
TransformFile | Transform the contents of the sourceFile and write them to the destFile.(use only if you need the array of the transformed records, TransformFileAsync is faster) |
TransformFileAsync | Transform the contents of the sourceFile and write them to the destFile. (faster and use less memory, best choice for big files) |
TransformRecords | Transform an array of records from the source type to the destination type |
FileTransformEngine Class | FileHelpers Namespace | Quick Start Guide | Class Diagram | Examples of Use | Example of the DataLink | Attributes List