New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
This scenario shows the way for moving, copying, and renaming files in a directory
in batch.
Two components are used for this purpose: tFileList and tFileCopy. The tFileList component
iterates the files in the directory and passes the information about each of the files
(such as filename and file path) to the tFileCopy component; the tFileCopy component moves,
copies, or renames the files one by one using the information received from the tFileList
component.