I'm working with 'FME Desktop 2014 Build 14235 - Win32'.
I have developed an FME workspace (fmw) that transforms an ESRI fileGeodatabase to a GML file compliant with an INSPIRE schema. The work is nearly finished, so in a few days I'm going to install it to final users.
I need some advice about how to optimize that process:
1) I have saved the FME workspace as Mapping File (*.fme), and I run it in a command-line.
Which other options there are to make a protected workspace ?
2) Users will have to process all files contained in a directory with this FME Workspace.
So, I have created a batch file to scan the directory of files and then send them one-by-one to FME for processing
That solution works fine but I guess if there are molt elegant options to do it.
For example, I'm thinking about reading a directory and then processing files with WorkspaceRunner (is it better/worst?), or executing directly the Mapping File asking for a directory name as a parameter (is it possible?) , ...
3) Finally, What kind of FME licensing will need final users to execute fme project?
I'm very new with FME and I would really appreciate your ideas about it.
Thank you very much in advance.