Hello FME-rs,
I am wondering if it is possible to run FME as in Commandline with the source and destination dataset and other parameters from within GE Smallworld Magik?
Tx
SRG
Hello FME-rs,
I am wondering if it is possible to run FME as in Commandline with the source and destination dataset and other parameters from within GE Smallworld Magik?
Tx
SRG
Best answer by zzupljanin
Hello,
yes, it is. We've been using it quite often. Just make sure that you create method or procedure in Magik in which you'll put command line code (you can see command line code of your FME workbench when you run any workbench - in the beginning of logfile). In the end of method just put system.do_command(<command>) and that's it.
PS. Use space instead of enter sign while running command.
Cheers,
Zelimir.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.