Hi @ienesaglam60
I recreated your case here and it was worked.
As you can see on image bellow, the transformer AttributeManager I created the map of Source and Destination.
The transformer SystemCaller worked fine to paste the image to destination folder.
Thanks in Advance,
Danilo
Hi @ienesaglam60
I recreated your case here and it was worked.
As you can see on image bellow, the transformer AttributeManager I created the map of Source and Destination.
The transformer SystemCaller worked fine to paste the image to destination folder.
Thanks in Advance,
Danilo
The destination path also contains the filename. Currently this is not working. What should I do?
The destination path also contains the filename. Currently this is not working. What should I do?
Ok.
It just use:
copy "@Value(png_source)*" "@Value(png_dest)*"
The destination path also contains the filename. Currently this is not working. What should I do?
Don't work . the log file
SystemCaller_3: Executing `xcopy "C:\\Users\\Enes Sağlam\\Desktop\\F-12696263-A\\GML\\F-12696263-A.png" "C:\\Users\\Enes Sağlam\\Desktop\\F-21444629-A\\GML\\F-21444629-A.png*"'
File not found - F-12696263-A.png
0 File(s) copied
SystemCaller_3: Failed to Execute `xcopy "C:\\Users\\Enes Sağlam\\Desktop\\F-12696263-A\\GML\\F-12696263-A.png" "C:\\Users\\Enes Sağlam\\Desktop\\F-21444629-A\\GML\\F-21444629-A.png*"'
The destination path also contains the filename. Currently this is not working. What should I do?
Please, elimine X. Let it just copy
Exeample:
copy "@Value(png_source)*" "@Value(png_dest)*"