cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
45 stars 12 forks source link

Updates fro Issue 345 #639

Closed RamilCDISC closed 3 months ago

RamilCDISC commented 4 months ago

I have updated the logic in the concat_split_datasetfunction of base data service class to check if split dataset is a supp dataset or not. If it is a supp dataset it merges the dataset based on the keys mentioned in the issue description. if the dataset is not a supp dataset, then it merges dataset in the same way as it was doing before.

All unit tests pass. This PR is only for the 1/3 of the whole issue as mentioned in issue description