Is it possible to have spaces in the possible values for a parameter in the fmf file? For example:
GUI CHOICE MYWRITER_OUT_PARAM1 yes%no%"some other value" Parameter 1:
Is it possible to have spaces in the possible values for a parameter in the fmf file? For example:
GUI CHOICE MYWRITER_OUT_PARAM1 yes%no%"some other value" Parameter 1:
Yes, it is possible. FME wraps such parameter in double quotes.
I had the quotes ... was missing the escape.
GUI CHOICE MYWRITER_OUT_PARAM1 yes%no%\\"some other value\\" Parameter 1: