Reading a set of specific files

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

Hello,
you can feed the DataReader with file names to read with input port (see Input Port Reading). The set of URLs you can prepare in DataGenerator and send it to DataReader similarly as described in Process only unprocessed files.