Hi.
I've just built a custom Python based transformer, which utilizes two string attribute values.
One of the string had some embedded quotes ("), which were stripped before given to the Python code.
I tried swapping the quotes with single-quotes, but that crashed the Python execution entirely.
Is there really no automatic escaping of the entered values (into the transformer setup dialog) before passing them on ?
I managed to get it working by entering \\" (backslash-quote) in place of " (quote), but that's really a bad work-around. FME should really do that automagically by itself.
Cheers.