I want to transform tables and at the same time add unique ID-Fields to them with a counter-transformer. As identical tables are saved in different oracle users, I set up a workspace for one user, parameterized it and run it out of another workspace for all users, using the workspace runner.
My problem now is to get the start_count of the counter dynamically, so that at the second run of the workspace runner the counter continues with the last value of the first run.
I found this: http://fmepedia.safe.com/articles/How_To/Get-the-Start-Count-for-the-Counter-from-a-different-dataset, but what I have is not really a different dataset...Isn't there a possibility to save a value temporarily when using a workspace runner?
Thanks in advance
Vera