Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Collectors

Excel File Collectors

The Data Range expression can now return a list of ranges, in which case the collector would read records from each range in turn. If the range expression returns a single range the collector will read records from that range, and it it returns null it will read all records from the first worksheet.

The range expression can refer to It is now possible to configure an Excel File Collector to read the names of all worksheets (held in a new internal variable ( _worksheets) which is set to a list of the worksheets in the excel file.These changes are intended to allow the file collector to validate the contents of the file and to read data from multiple worksheetsand then loop to read specific sheets.

Views

Pivot Views

Improved validation when configuring pivot views.

...