Copy and rename file

Hi,

I am a Knime newbie.

I want to copy a file from source, rename it and then place it in the destination.
I am using “Transfer Files” node.

image

I am storing the destination path and destination file name in two variables

But I am getting error while trying to execute the Transfer file node :

“Node : Transfer Files : 0:125 : Errors loading flow variables into node : Coding issue: No enum constant org.knime.filehandling.utility.nodes.truncator.TruncatePathOption.”

What am I doing wrong?

Hello @sri92,

you can not rename files with Transfer Files node. You need to use Transfer Files (Table) node. On node’s Hub page you can find workflow examples with it to check how it works. However if you don’t find a way (as you might have specific use case) gives us a bit more details how you choose/input files to rename and new names to give so we can help you out.

Br,
Ivan

2 Likes

@sri92 you could check out and adapt this example:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.