Hi,
I'm setting up an attribute containing a list of files, and then I want to use it as input Dataset in a FeatureReader.
e.g. the attribute contains the string: "C:\\a.jpg","C:\\b.jpg"
The featureReade will reject the attribute as input Dataset
If I hardcode the same string in the FeatureReader Dataset field it works fine.
I also tried to use a workspace runner to convert the attribute to a Published Parameter as input for a reader, but the same problem appears.
Can anyone help me out?