Use the ChangeExtension component
Change the extension of a file by using the ChangeExtension component in RPA Desktop Design Studio.
Avant de commencer
Role required: none
Pourquoi et quand exécuter cette tâche
You can configure the properties for the ChangeExtension component. For more information about these properties, see Properties of the File components.
Procédure
ChangeExtension component
Your RPA robot processes a batch of report files downloaded with .txt extension. To ensure consistency and compatibility with downstream systems,
you need to rename these files to the .doc extension, after processing.
- Enter a variable component on the design canvas that stores the file path with extension.
- Add the ChangeExtension action after the variable component.
- Set the target extension to
.pdf.