You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks awesome. Two more thoughts, would like to get your opinion. I don't know if it's worth the trouble:
Should we rename the metadata files with an underscore (_variables.csv, _datasets.csv)? This will order them alphabetically before any data files and make it clear that they are metadata.
Should we continue to use "abc.xpt" in the datasets filename column or just have "abc.csv" as the filename. Not sure how necessary it is to continue "simulating" these as xpt files vs just making csv a normal data source.
this first change would be fairly simple--we would need to change how all the engine logic works to match it. I dont know if it is needed? I could ask Els/Jozef/Marcelina for their input
i would think this would require a fair bit of changes in reporting/the metadata object/reader. Would not be hard to change all the files to remove the .xpt but I am curious how much engine overhaul this would require since all our data inputs are meant to mimic xpt
i would think this would require a fair bit of changes in reporting/the metadata object/reader. Would not be hard to change all the files to remove the .xpt but I am curious how much engine overhaul this would require since all our data inputs are meant to mimic xpt
It would be probably be a lot less overhaul than you might think, especially after my latest refactor, which does away with a lot of the filename dependency cdisc-org/cdisc-rules-engine#1691
@gerrycampion
tested and running the datasets and variables with no .xpt extension executes, returns ae.csv as the dataset instead of xpt--changed this to reflect that
also changed the engine PR to reflect these changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.