Use the ChangeExtension component
Change the extension of a file by using the ChangeExtension component in RPA Desktop Design Studio.
始める前に
Role required: none
このタスクについて
You can configure the properties for the ChangeExtension component. For more information about these properties, see Properties of the File components.
手順
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.