Help Centre › Building Processes
Description
This article provides an overview of the FILE functions available in RPA. These functions allow you to perform various operations on files, such as reading, writing, deleting, and manipulating file properties.
Available FILE Functions
- Append data to a .csv file: Appends data to a .csv file.
- Append data to a .json file: Appends data to a .json file.
- Append data to a TEXT file: Appends data to a text file.
- Close a file: Closes an open file.
- Convert file format: Converts a file to another format (e.g. CSV to Excel, PDF to DOCX, JPG to PNG).
- Validate file format: Checks if a file is valid for its format.
- Count signatures in a file: Counts signatures in a file.
- Create a copy: Creates a copy of a file.
- Create a new BATCH file: Creates a new batch file.
- Create a new file: Creates a new file.
- Decode base64 image to file: Decodes a base64 image to a file.
- Delete a file: Deletes a file.
- Downloaded: Checks if a file has been downloaded.
- Encode image file to base64: Encodes an image file to base64.
- File exist: Tests whether a file exists.
- Load data from file: Loads data from a file.
- Move downloaded file: Moves a downloaded file to a specified location.
- Move / rename a file: Moves or renames a file.
- Open a file: Opens a file.
- Save: Saves the current file.
- Save as: Saves the file with a new name or location.
- Save data to file: Saves data to a file.
- Save the log file: Saves the log file.
- Test if the file is password protected: Tests whether the file is password protected.
- Write data to CSV file: Writes data to a CSV file.
- Write data to Excel file: Writes data to an Excel file.
- Write data to JSON file: Writes data to a JSON file.
- Write data to TXT file: Writes data to a TXT file.