I have workbench on FME sever where I want to have either dwg or shp as the input file. I have set up a paramer called clipper_reader_formats which is choice based (with alias). In the configuration I have imported the two formats and then linked this parameter to the Reader Input Formats.
In FME server I now have options visible that let me select the appropriate reader. However, I am having trouble with the actual Source dataset field:
If I have it as:
\\\\glofme02\\data\\Tasks\\Clip_By_Polygons\\Reader\\Clippers\\*.*
it doesn't work
It does work if I put in:
\\\\glofme02\\data\\Tasks\\Clip_By_Polygons\\Reader\\Clippers\\*.shp
but this only works for shp files obviously.
I'd like the workbench to pick up the relevant files, but only for the formats specified or selected. I'm not sure what I need to put in this field.
Thanks.