FileDiffEngineT Methods |
The FileDiffEngineT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetFileHeader |
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.) |
![]() | OnlyDuplicatedRecords |
Returns the duplicated records in both files.
|
![]() | OnlyMissingRecords | Returns the records in newFile that not are in the sourceFile |
![]() | OnlyNewRecords | Returns the records in newFile that not are in the sourceFile |
![]() | OnlyNoDuplicatedRecords |
Returns the NON duplicated records in both files.
|
![]() | WriteNewRecords |
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)
|