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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
A FeatureWriter with either a SystemCaller or PythonCaller would be able to open the parent directory automatically after the file(s) has been written.
A FeatureWriter with either a SystemCaller or PythonCaller would be able to open the parent directory automatically after the file(s) has been written.
A FeatureWriter with either a SystemCaller or PythonCaller would be able to open the parent directory automatically after the file(s) has been written.
unfortunately neither the pythoncaller nor the systemcaller are working .. see the answer from pythoncaller:
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\\"'
unfortunately neither the pythoncaller nor the systemcaller are working .. see the answer from pythoncaller:
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?
Insert a space between the start command and the next double quotation mark.
Make sure that the specified folder definitely exists.