ItemRenameValve
Valve to rename items (change item id).
Operates on the Current Item Set and uses common valve configuration property ‘item_include_expr’ to decide which items that should be renamed.
Properties
Example Configuration
{
"name": "ItemRenameValve",
"enabled": "true",
"config": {
"dest_id": "{{item.new_id}}",
"item_include_expr": "item.rename === 'true'"
}
}