Skip to content

Resolving mismatch between code and originally distributed exe in v2.1

Latest
Compare
Choose a tag to compare
@DavidUnderdown DavidUnderdown released this 03 Mar 13:50
· 2 commits to master since this release

Release v2.1 was inadvertently made without committing the last revisions that should have been included, the exe originally included on v2.1 was built including that code. This release resolves the mismatch.

The input CSV file now has regex and excel_sheet_name columns. This allows users to give an arbitrary regex for descriptions where the autobuilt regex based on labels in the Discovery description won't work or is not what is wanted. If a regex is supplied, any label list also given will be ignored. excel_sheet_names allows specific names for Excel worksheets to be given where Excel output has been chosen (if output will be CSV, any sheet names given will be ignored). Note that characters known not to be permitted in sheet names will be removed, and that there is a hard limit on sheet name length of 30 characters, any sheet names supplied that are longer than that will be truncated. Names must also be unique within a workbook, any non-unique name will have n appended (or in the event of names at the 30 character limit naming will revert to Sheetn) - where n is the number of sheets in the workbook (including the current sheet). If three attempts to produce a unique name fail, the script will terminate with an error.