Rename File List
Module name: RenameFileList
Package: CEAMSModules 7.4.0
Version: 2.1.0
Overview
Renames files based on intput parameters such as prefix, suffix, pattern to remove, number of characters to keep.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
List of strings |
— |
List of file names to potentially rename |
|
string |
— |
String added at the beginnig of the file name |
|
String |
— |
String added to the end of the file name |
|
int |
-1 |
Number of characters to keep |
|
string |
— |
Pattern to remove from the original file name |
|
string |
— |
Extension to select the file to rename |
|
int |
1 |
1 to keep the original file name, else to rename |
Outputs
Output |
Format |
Description |
|---|---|---|
|
List of strings |
List of renamed file names |
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Rename File List under the Files I/O category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.