Skip to content

Usage Example

Pham Ngoc Vinh edited this page Jan 21, 2022 · 16 revisions

Logo

Features

Advanced options demo
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. Insert Into
  2. Numbering
  3. Date
  4. Regex

Insert Into

Allow you to insert word to file name

  1. Test data:

dummy_no1.txt

dummy_no2.txt

dummy_no3.txt

  1. Insert word you want to insert to file name
  2. Insert location you want to insert into

Into location is Zero-based number

Insert Demo

Execution Result:

dummy_document_no1.txt

dummy_document_no2.txt

dummy_document_no3.txt

  1. Last option

You can also use Last checkbox option to insert word to the end of file name

Insert Demo

Execution Result:

dummy_no1_document.txt

dummy_no2_document.txt

dummy_no3_document.txt

Numbering

Allow you to place Ascending or Descending number into file name

  1. Test data:

city_document.txt

company_document.txt

corporation_document.txt

  1. Insert location you want to insert into

Into location is Zero-based number

  1. Insert begin number to Increase or Decrease

Numbering Demo

Execution Result:

1city_document.txt

2company_document.txt

3corporation_document.txt

  1. Format Option

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.

Numbering Demo

Execution Result:

08city_document.txt

09company_document.txt

10corporation_document.txt

11corporation_document.txt

  1. Sort by option

If Sort by option is selected. Files execution order will be sorted before executed.

Date

Allow you to add variable format Date to file name

Date Demo

Execution Result:

2021-09-21city_document.txt

2021-09-21company_document.txt

2021-09-21corporation_document.txt

Regex

Allow you to use Regular Expression to Search and Replace file name

  1. Test data:

city_document_inner.txt

company_document_outside.txt

corporation_document_top.txt

  1. Input Regex and Replace

Regex Demo

Execution Result:

city_secret_inner.txt

company_secret_outside.txt

corporation_secret_top.txt

Clone this wiki locally