We’ve recently moved to CloverETL Designer 3.3.0.063M1 from CloverETL Designer 2.9.1 and I’ve noticed different behavior in the UniversalDataReader components.
With the older version if I specify “Number of Skipped Records = 1” and “Max Number of Records = 100” then the first record (header) would be skipped and the next 100 records would be read. Using the same property settings on the newer version only 99 records are read after skipping the first. So the max records count appears to include the skipped records.
It seems that the new behavior is wrong or am I missing something?