Hi,
Is there a way to suppress the FileNotFoundException a UniversalDataReader throws when the input file doesn’t exist? It was possible to run graphs without input files in ver 2.6.0 and I would need this feature. It fails the graph altogether on missing files and I wouldn’t want to create empty files where they’re not needed.
The only way I’ve thought of is to create my own custom reader that doesn’t re-throw the exception.
Thanks!
-Tom