how can I fetch the workbench name and define it as an attribute value?
Thanks, Felix
how can I fetch the workbench name and define it as an attribute value?
Thanks, Felix
FME_MF_DIR - to get the FMW path
FME_MF_NAME - to get the FMW name
Whilst the Parameter fetcher appears to not like you adding the name macro, it still fetches it. Perhaps Safe will expose all the macro's her in future.
If you want to get this with Phthon or TCl you'll need to fetch it like $(FME_MF_NAME).
foreach key earray names FME_MacroValues] {
puts "$key : $FME_MacroValues($key)" }