Click or drag to resize

FileDiffEngineT Methods

The FileDiffEngineT generic type exposes the following members.

Methods
  NameDescription
Public methodGetFileHeader
Builds a line with the name of the fields, for a delimited files it uses the same delimiter, for a fixed length field it writes the fields names separated with tabs
(Inherited from EngineBase.)
Public methodOnlyDuplicatedRecords
Returns the duplicated records in both files.
Public methodOnlyMissingRecords
Returns the records in newFile that not are in the sourceFile
Public methodOnlyNewRecords
Returns the records in newFile that not are in the sourceFile
Public methodOnlyNoDuplicatedRecords
Returns the NON duplicated records in both files.
Public methodWriteNewRecords
Read the source file, the new File, get the records and write them to a destination file. (record not in first file but in second will be written to the third)
Top
See Also