Use the ChangeExtension component
Change the extension of a file by using the ChangeExtension component in RPA Desktop Design Studio.
Antes de Iniciar
Role required: none
Por Que e Quando Desempenhar Esta Tarefa
You can configure the properties for the ChangeExtension component. For more information about these properties, see Properties of the File components.
Procedimento
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.