Hi,
I wrote a very long workspace and at some point I want to extract a substring of the filename using the python caller and have it as a new attribute in my workspace.
Then I tried to write a workspace with only that instruction (see attached) but I'm still having the same error:
Python Exception <KeyError>: 'fme_basename'
Error executing string `fme_basename=FME_MacroValues/'fme_basename']
def thm(fme_basename):
    return fme_basenamed4:]
'
Factory proxy not initialized
PythonFactory failed to process feature
PythonFactory failed to process feature
test.fmw
Any idea of what could be the problem?
Thanks