Skip to content

Remove requirement for ".xpt" in test data sheet names #684

@ASL-rmarshall

Description

@ASL-rmarshall

In the test data template, a ".xpt" suffix has been added to the name of each sheet representing a class. This was to allow the rule editor to import the test data. However, the maximum length of an Excel sheet name is 32 characters, so the class name for "StudyProtocolDocumentVersion" has to be truncated to allow space for the ".xpt" suffix. This causes the result dataset to be reported incorrectly as "STUDYPROTOCOLDOCUMENTVERSIO" (because it seems that the dataset name is derived from the filename instead of being retrieved from the Dataset metadata sheet).

This change requires updates to:

  1. The rules editor.
  2. The test data template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions