Skip to main content
Question

Fanout and open folder

  • July 10, 2018
  • 6 replies
  • 21 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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.

6 replies

debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • July 10, 2018

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.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2076 replies
  • July 10, 2018

Hi @DebbiAtSafe

This transformer SystemCaller is very interesting.


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • July 11, 2018

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.

Very good. Thank´s

 

 


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • July 11, 2018

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.

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?

 


takashi
Celebrity
  • 7842 replies
  • July 11, 2018
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.

 


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • July 11, 2018
  • Insert a space between the start command and the next double quotation mark.
  • Make sure that the specified folder definitely exists.

 

Help me a lot.

 

 

Thank you very much