I have a Workspace that I need in output create a folder and a subfolder, and in this subfolder the file needs to be saved. And after the file has been saved, I need the folder to open automatically, it can be done by the FME?
Thank´s
I have a Workspace that I need in output create a folder and a subfolder, and in this subfolder the file needs to be saved. And after the file has been saved, I need the folder to open automatically, it can be done by the FME?
Thank´s
Hi @mr_fme
A FeatureWriter with either a SystemCaller or PythonCaller would be able to open the parent directory automatically after the file(s) has been written.
Hi @DebbiAtSafe
This transformer SystemCaller is very interesting.
Hi @mr_fme
A FeatureWriter with either a SystemCaller or PythonCaller would be able to open the parent directory automatically after the file(s) has been written.
Hi @mr_fme
A FeatureWriter with either a SystemCaller or PythonCaller would be able to open the parent directory automatically after the file(s) has been written.
PythonFactory failed to load python symbol `FeatureProcessor 'Factory proxy not initializedf_21 (PythonFactory): PythonFactory failed to process featureA fatal error has occurred. Check the logfile above for details
SystemCaller:
SystemCaller: Failed to Execute `start"" "C:\\Users\\FME\\Desktop\\Week\\18_07_10\\"'
Can you help me?
PythonFactory failed to load python symbol `FeatureProcessor 'Factory proxy not initializedf_21 (PythonFactory): PythonFactory failed to process featureA fatal error has occurred. Check the logfile above for details
SystemCaller:
SystemCaller: Failed to Execute `start"" "C:\\Users\\FME\\Desktop\\Week\\18_07_10\\"'
Can you help me?
Thank you very much