Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileTransformEngine Members

FileTransformEngine overview

Public Instance Constructors

FileTransformEngine Constructor Create a new instance of the class.

Public Instance Properties

DestinationEncodingThe Encoding of the Destination File.
DestinationTypeThe destination record Type.
SourceEncodingThe Encoding of the Source File.
SourceTypeThe source record Type.

Public Instance Methods

ReadAndTransformRecordsTransform a file that contains source records to an array of the destination type
TransformFileTransform 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)
TransformFileAsyncTransform the contents of the sourceFile and write them to the destFile. (faster and use less memory, best choice for big files)
TransformRecordsTransform an array of records from the source type to the destination type

See Also

FileTransformEngine Class | FileHelpers Namespace | Quick Start Guide | Class Diagram | Examples of Use | Example of the DataLink | Attributes List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox