Hi,
that is correct, you can only specify one output format in the Generic Writer. You could, however, publish the format as a public parameter, letting the users select the output format themselves.
The other strategy would be to have one dedicated Writer for each output format and using a Tester / TestFilter for route your features to the desired Writer, e.g. based on a published parameter.
David
I have Generic Writer in the navigator and published the format as public parameter, but regardless of which format they select it writers to shape. If you use the generic writer a writer in the navigator, what do you use a writer in the workspace? See attached.
http://ocs-gis.ncd.noaa.gov/encdirect_data/generic_writer.png
Hi,
Which values have you tried passing to the published parameter "format"? An example would be helpful.
It also seems your workspace could be a case for dynamic schema. Take a look at this
article by Mark Ireland for more details. Unless your input and output schema never changes, it could save you a lot of effort.
David