Using the Rename tool in console

Continuing the discussion from How to access Rename Tool from backend?:

Anyone to explain how to use this feature, please. Thanks

Hi @Peter_Macharia :

Use bench bulk-rename YOURDOCTYPE PATH where

YOURDOCTYPE: Your doctype :joy:
PATH: A CSV file with data (, this way

|OLDITEM1|NEWITEM1|FALSE|
|OLDITEM2|NEWITEM2|FALSE|
ā€¦
|OLDITEM10|NEWITEM10|FALSE|

3th column is used for merge (combine with existent one)
Hope this helps.

1 Like