You are here: Reference Manual > FME Server Console > Command Line Options > FME Workspace Published Parameters

FME Workspace Published Parameters

Published parameters are created and exposed by the author of an FME workspace. The purpose of these parameters is to let you dynamically customize the translation.

Published parameters are specified as:

--<parameter name> <parameter value>

For example, you can specify one or more source or destination datasets different from the workspace’s default.

Examples:

--SourceDataset_GML C:\MyData\parcels.gml

--SourceDataset_GML "C:\My Data\parcels.gml"

--SourceDataset_GENERIC """""C:\MyData\parcel_K25.dwg"" ""C:\MyData\parcel_K24.dwg"""""

Note: For an explanation of the quotation and escape syntax, see Argument Quotation and Escaping.