Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
@cuppm thanks for the detailed write-up and sorry for the delay in response.
https://github.com/cdisc-org/cdisc-open-rules is where we have moved the rules to open source them to our users as well as make authoring changes to them in a transparent way. You can go to the Issues tab at the top and submit issues there if you believe some of the rules need to be tweaked and need to be changed. CORE engine repository should be the spot for issues if you believe it is not executing properly at a code level. Your issues with CORE-000529 and CORE-000892 would fall into the former as they are with how the rule is written. Again, thank you @cuppm for trialing engine. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are examples on how to run validation on a SEND-AR study? I have the latest release - v0.15 downloaded.
I'm using the current command line documentation from the
validation --helpand what is found here: https://github.com/cdisc-org/cdisc-rules-engine/blob/main/README.md. These have different text displayed, and I'm assuming theREADME.mdversion is the most up to date one? But there are different options listed in each.I'm not entirely sure what to use for the standard, substandard, and version. The
README.mddocumentation has:I tried this:
.\core.exe validate -s sendig-ar -v 1-0 -d "D:\Projects\Study\SEND" -dxp "D:\Projects\Study\SEND\define.xml" -ft xptAnd it output:
So I tried running as just SEND 3.1.1 with this command:
.\core.exe validate -s sendig -v 3.1.1 -d "D:\Projects\Study\SEND" -ft xpt -dxp "D:\Projects\Study\SEND\define.xml" -dv 2.0Which gave me the same error.
This command without specifying a define.xml file did some rule evaluation:
.\core.exe validate -s sendig -v 3.1.1 -d "D:\Projects\Study\SEND" -ft xptNote that if I called the
core.exewith a path from a different active directory in the command prompt, it would error when trying to write the report because it couldn't find the template file (guessing a path issue).It appears to run as SEND 3.1.1, but did not auto find the define.xml. And what does

NAPmean for substandard and TIG use case? (A non-standard "not applicable" abbreviation?)I've attached a study data scrubbed version of the report and there are a lot of issues with error/failure status. Some of them can be attributed to the SEND vs SEND-AR and some from not getting extra columns to use as unique from the define.xml.
CORE-Report-2026-04-09T13-16-26 Cleaned.xlsx
The LB dataset label was missing in the Dataset Details tab:

CORE-000455 appears to have a formatting issue with the Variable column population:

The
Report Issue Details Row Limitsetting (set at 10k) seems to have limited the number of records in the Issue Details tab because VS needs the extra column for record uniqueness from the define.xml. But is there something that limits the number records output per domain/issue so a single repeated issue in a domain doesn't hog the entire feed?Beta Was this translation helpful? Give feedback.
All reactions