I have a template that I call and run with parameters but one of the parameters can be like this "something - else", but it only read "something", I need the whole word. any ideas?
Thanks
I have a template that I call and run with parameters but one of the parameters can be like this "something - else", but it only read "something", I need the whole word. any ideas?
Thanks
Best answer by david_r
If you're using the command line to pass the parameter value, that is an important detail. If you pass parameters that contains spaces or certain special characters, you should always put double quotes around them, e.g.
fme.exe --BoundaryType "Node - MUX"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.