cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
48 stars 13 forks source link

As CORE engine I want to be able to process long file paths in a efficient way so it can be processes by Windows Command Shell #473

Open nickdedonder opened 1 year ago

nickdedonder commented 1 year ago

It might happen for users that the file path where datasets are stored is very long. If the file path is too long the Windows Command Shell cannot process it causing Windows to throw an error. The engine should be able to create a fake path to be able to process all datasets.

validation.txt @jamesformedix

nickdedonder commented 3 months ago

A temporary alternative would be using Powershell instead of Command Line as it supports more characters A configuration file can be created which then needs to be supported by the engine.