Hi everybody,
I have a question about copy file to another folder the same name.
I have 2 folder that have name Input and Output.
- In the folder Input, there are two sub-folder A,B.
In folder A have file names test_a.shp, test_a.txt ;
in folder B have file names test_b.shp, test_b.txt
- In the folder Output, there are two sub-folder A,B too but empty.
My target: - Copy test_a.txt file in folder A (Input) to folder A (output)
- Copy test_b.txt file in folder B (Input) to folder B (output)
Could you please tell me how to the solution to make that in FME?
Thank you,