I am using fme 2010 workbench and smallworld 4.3.
I am trying to import a .dwg file data into smallworld using FME work bench.
For doing this i am setting current world value(based on "sr number" it is a field in our customized object "Service Regulator") manually then i am importing.
the .dwg file name is a "sr number" say ex:003521. Based on this id i am setting current world value manually
.
To get this value to smallworld side i am exposing "fme_basename" both in reader and writer.
"fme_basename" contains 003521. If i can get the handle on fme_basename while processing the feature in fme traslator i can set the current world directly.
So, please sugget me how to get the value of fme_basename in the smallworld side.