The following is what I am attempting to do:
1. Import file which contains a list of file names
2. Extract - Column 0
3. Output of Extract goes to first input of Select and SelectorList modules
4. First output of SelectorList goes to second input of Select and second
output goes to Caption.
5. Caption puts filename on image.
ImportSpreadSheet --> Extract --> Select (first input)
--> SelectorList --> Select
(second input)
-->
Caption --> Collect --> Image
Is there a way I can parse the string (filename) that goes into the caption
module? I have tried piping the second output of SelectorList to Format
and Parse but have had no success.
Thanks.
Gerry Cheok