Rename datasource with Regex¶
Applies a regular expression to modify the PATH of a datasource.
Documentation
Create Datasources with paths to data sources.
Definition
Input ports
- input
 datasource
Datasource input
Output ports
- output
 datasource
Datasource output
- Configuration:
 - Search (search)
 Part of path to replace using a regular expression. Use “$” for end of name and “^” for the beginning.
- Replace (replace)
 Text to replace the matched parts with. Use eg. “1” to substitute the first matched (paranthesis) group.
- 
class 
node_rename.RenameDatasource[source] 
Example flows