What value are you passing as "Dataset" in the FeatureReader? Perhaps send the output from the StringSearcher to a Logger so you can see what's going on. From the Path names reader you probably want to use the "path_windows" attribute.
Rather than using the StringSearcher, you can tell the Path names reader to only return .jpg files:
What value are you passing as "Dataset" in the FeatureReader? Perhaps send the output from the StringSearcher to a Logger so you can see what's going on. From the Path names reader you probably want to use the "path_windows" attribute.
Rather than using the StringSearcher, you can tell the Path names reader to only return .jpg files:
That's my problem, I'm not sure what to add as "Dataset" in the FeatureReader. I want to link this to the jpegs that have been isolated in the multiple folders that have been read through the intital Directory and File Pathnames reader.
Here's how I'd set up the FeatureReader to point to the "path_windows" attribute supplied by the Path names reader:
Notice that I'd also choose to use a single output port, this simplifies your workspace slightly as every jpeg is then output from the <Generic> output port:
What value are you passing as "Dataset" in the FeatureReader? Perhaps send the output from the StringSearcher to a Logger so you can see what's going on. From the Path names reader you probably want to use the "path_windows" attribute.
Rather than using the StringSearcher, you can tell the Path names reader to only return .jpg files:
That worked perfect.You're a genius!! Thanks so much for the swift help.