Rename PDF files process

Dear Team,

Greeting of the day.

Could anyone suggest to me the best way to define the bot for renaming the pdf files?

Process:

  1. The bot should open each file in the folder.
  2. Get 2 values from each file and close the pdf.
  3. Rename the file with the 2 values in between with “_”.
  4. Move to a separate folder.

Regards,
Jaffer

1 Like

So since you are moving the file to different location @jaffer_sadiq

you can use move file activity ( where you can directly rename ur file too)

MoveFile Activity will help you in this .

Use the properties as below

From :- Path\Filename
Destination :- Path\RenamedFilename

Thanks

1 Like

Hi @jaffer_sadiq
an example fr ur reference

Hope this helps
Thanks

1 Like

Hi @jaffer_sadiq

If you have no more questions kindly close the topic and mark aa solution

Happy Automation

Thank you so much.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.