Zuhair Ahmed
Zuhair Ahmed

Reputation: 17

Moving files into a sub directory talend automatic

I want to move folders into another directory using talend. Right now I have the folders inside a directory, and I want to move them into another sub-directory before starting my work on them. Any ideas how

Upvotes: 0

Views: 1241

Answers (1)

Neo
Neo

Reputation: 809

You can use the tFileList component to iterate on the files in the specified source directory and tFileCopy component to move the files as shown below. Make sure that the File Name is grabbed from the tFileList as shown and that the Remove Source File is selected to remove the file from the original directory. Hope this helps.

enter image description here

Upvotes: 1

Related Questions