Copy files with Table

../../../../_images/copy.svg

Copy files to another location using a table with paths

Warning

This node is deprecated and will be removed in version 1.7.0. Please use Copy files with Datasources instead.

Documentation

Copies the input file datasources, to the locations designated in the input Table. Relative and absolute paths can be used in the input Table. Missing directories will be created if possible.

Definition

Input ports:
port1

[datasource]

Files to be copied

port2

table

New file names

Output ports:
port1

[datasource]

Copied files

Configuration:
Current filenames (current)

The column with the current file names

New filenames (new)

The column with the new filenames

Do not raise exceptions (error)

If a file operation fails, do not raise an exception

class node_file_operations.CopyFilesWithTable[source]