Hi All,
I want to run a graph which reads a set of csv files. My problem is that this set of files is generated at runtime (I cannot express it as a regular expression since I do not know exactly which
file I will read).
Is there a way to “tell” the reader which files to read at runtime ?
Thanks