Skip to main content

Hi ,

I have 2 input readers , a GDB an a DGN files , and 1 output DGN file , and I need to execute the process in a batch deploy , with a input directory and a output directory , but I don't know how can I do it if I have two inputs.

With one input is easy , with a path reader sending any path input to a workspaceRunner , but with two diferent inputs ?? any idea ??.

thanks for your help !!

Hi @xavigarciamar,

A second Directory and file pathnames reader connected to a second workspacerunner, is that an option?


Hi itay , thanks for your continuosly help !! I'm not sure , you believe that it will works ?? If I have for example , 3 GDB's and 3 DGN's , associated one to one , how the system will know what GDB goes with his corresponsive DGN ??? Do you think that it can works ??? I must have the same input directory for the DGN and GDB's , and it must be in a batch deploy ... thanks again !!


Thinking in your solution , I believe that it will works , but it limits the number of the inputs to the number of folders ... you another idea Itay ??? thanks !!


Hi itay , thanks for your continuosly help !! I'm not sure , you believe that it will works ?? If I have for example , 3 GDB's and 3 DGN's , associated one to one , how the system will know what GDB goes with his corresponsive DGN ??? Do you think that it can works ??? I must have the same input directory for the DGN and GDB's , and it must be in a batch deploy ... thanks again !!

Hi, It is not clear to me what you are trying to achieve, can you post your workspace or an image of it?

 

 


Hi Itay again ,

I don't attach the workspace because is a problem of directorys and inputs of the reader and with the workspace you will not see the problem , I'll try to explain you again , sorry I haven't been explained correctly.

I have a FME diagram that have two readers of input , a DGN and a GDB file. I want to create a batch deploy process able to take diferents inputs in a directory and generate with a batch process the output.

For example , I have DGN_1 and GDB_1 that must be translated in process , but I also have , DGN_2 and GDB_2 , DGN_3 and GDB_3. Any number , 1 , 2 and 3 indicates that must be processed any pair of files in diferents process. DGN_1 and GDB_1 will execute FME process and generates output_1 , and the same for 2 and 3 ...

But the 6 files must be in the same directory of input for the readers.

I have explained ¿¿¿ sorry , is difficult to explain ... thanks again !!


Finally I have created like say Itay , with different paths and workspace runner , it's limited to a number specific of inputs , but it works , thanks again !!


Reply