Rename Files with Table

../../../../_images/rename.svg

Using a table with a a column for current filenames and one for new filenames, rename the files

Warning

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

Documentation

Using a table with old names and new names in two columns, this node renames files in the same folder as the input datasources. The datasources can point to multiple files in different directories. The column with the current filenames can be an absolute or relative path, but the column with the new names should only contain the filename, with no directory prefix. If a prefix is present it will be discarded.

Definition

Input ports:
port1

[datasource]

Files to be renamed

port2

table

List of new filenames

Output ports:
port1

[datasource]

Renamed 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.RenameFilesWithTable[source]