-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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:
- The rules editor.
- The test data template.
Reactions are currently unavailable