I am reading all JPGs contained in a location (including subfolders) and manipulating the attributes. Then, using the filecopy writer, I am moving them to a new location. I am having a hard time getting them to move with the name I am defining in the Text Editor. The original name is retained every time. Does anyone have some advice for me?
Solved
How to rename a file when using filecopy to move them to a new location.
Best answer by jneujens
Just make sure the original input path is in the attribute filecopy_source_dataset. The folder you want to move them to should be the attribute filecopy_dest_dataset. The name of each JPEG can be whatever and should be in the attribute filecopy_dest_filename.
I recommend using an inspector just before the filecopy writer to verify that this is the case.
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.
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.



As you see, in the File Copy transformer I only get filecopy_source_dataset visible.