-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Example
Advanced options demo
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Allow you to insert word to file name
- Test data:
dummy_no1.txt
dummy_no2.txt
dummy_no3.txt
- Insert word you want to insert to file name
- Insert location you want to insert into
Into location is Zero-based number

Execution Result:
dummy_document_no1.txt
dummy_document_no2.txt
dummy_document_no3.txt
-
Lastoption
You can also use Last checkbox option to insert word to the end of file name

Execution Result:
dummy_no1_document.txt
dummy_no2_document.txt
dummy_no3_document.txt
Allow you to place Ascending or Descending number into file name
- Test data:
city_document.txt
company_document.txt
corporation_document.txt
- Insert location you want to insert into
Into location is Zero-based number
- Insert begin number to Increase or Decrease

Execution Result:
1city_document.txt
2company_document.txt
3corporation_document.txt
-
FormatOption
If the Format? option is selected. If numbering is 2 digits, the 1 digit number will add 0 to the beginning. 3 digits number will add 2 zeroes and so on.

Execution Result:
08city_document.txt
09company_document.txt
10corporation_document.txt
11corporation_document.txt
-
Sort byoption
If Sort by option is selected. Files execution order will be sorted before executed.
Allow you to add variable format Date to file name

Execution Result:
2021-09-21city_document.txt
2021-09-21company_document.txt
2021-09-21corporation_document.txt
Allow you to use Regular Expression to Search and Replace file name
- Test data:
city_document_inner.txt
company_document_outside.txt
corporation_document_top.txt
- Input Regex and Replace

Execution Result:
city_secret_inner.txt
company_secret_outside.txt
corporation_secret_top.txt