I have a directory containing a number of files, but I only want to read in specific files into the workbench. I concatenated a list of the filenames into a single attribute with each filename separated by a colon (eg: filename1:filename2:filename3). Then I input this into the FeatureReader as the Initiator. In the FeatureReader I used the Advanced Browser to select the desired directory and the desired file extension. Then for "Query the feature types specified in the attribute below", I selected my Initiator attribute that contained the colon separated list of filenames.
However, this does not work, and all I get output from the FeatureReader transformer is the filenames attribute from the "Initiator" output stream. The files I want, are are not read into the workbench.
Any ideas on what I'm doing wrong? I have looked through other posts and is it anything to do with the fact that the Initiator and/or the files I require are not in Oracle?
Thanks,