Hi,
I want to build a small (Python based) transformer, that utilizes a small SQLite db for syncronization purposes. This functionality I think I have covered.
However, I want it to use resources inherently local to the current session, so multiple workspaces can utilize this same transformer without colliding. I thought that the current session might have a function to return a unique ID (e.g. as a GUID), that I could use to prefix tables in SQLite, but I can't find it in the documentation.
It's probably a no brainer, but I'm still figuring out how to handle FME Objects properly.
Ps! Is the "current" session started automatically by FME running the workspace, or must I initiate it myself in my "init" routine ?
Cheers
Lars