Question

Fanout and open folder


Badge +6

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


6 replies

Userlevel 3
Badge +17

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.

Userlevel 4
Badge +30

Hi @DebbiAtSafe

This transformer SystemCaller is very interesting.

Badge +6

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

 

 

Badge +6

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?

 

Userlevel 2
Badge +17
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.

 

Badge +6
  • 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

 

 

Reply