Starting in etlunit 3.2.0, assertions have changed a bit in nature in order to make them work better and more consistently across both files and databases.
What's Changed
Prior to 3.2.0, the source file type drove the operation. For example, in this assertion:
...
- Open the target file type.
- Process the column list on the target file type. This is the file type which drives the entire operation.
- Verify that the reference file type (the type created in (2)) is exactly a subset of the source file type. If it isn't, an error is thrown.
- Compare both the source and the target using the reference file type from (2).
File Assertions