Solved
Why we choose Only Python not other for scripting in FME?
Why we choose Only Python not other for scripting in FME?
Best answer by takashi
Hi,
I frequently use Python on the same reason as David, but also use Tcl when string operations are required primarily. In Japanese locale, I need to think of encoding issues carefully when writing Python scripts to perform string operations. It's really troublesome, although it's not impossible. Tcl is better on this point, I don't need to consider about such encoding issues. Sometimes, therefore, both PythonCaller (manipulating geometries and/or performing math calculations) and TclCaller (performing string operations) exist in the same workspace.
Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.




