Skip to main content
[Command] Export data table
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The Export data table command is used to Export the data table to a local XLSX or CSV file.


Parameters Values

Set parameters

Parameters

Description

Data table

Select a data table that has been imported to RPA

File Type

Select the type of data table to export as a file

Sheet name

Enter the sheet name

Save to

Choose or enter the full file path to save the file

File name

Specify a file name

If the file exists

Choose to overwrite the existing file or use a random name if the file name already exists

Export with table headers

Choose to export file with or without headers

Save file path as

Save the file path as a new variable

Error handling

Parameters

Description

When error occurs

If an error occurs, the process is terminated by default. You can also ignore the error or retry the current command


Example

The workflow will navigate to the designated web page and save it under a variable titled"webpage". Then, it will input the keywords onto the webpage and iterate through the search results. Subsequently, the relevant text and href elements of the designated webpage will be extracted and compiled into a table. Upon completion of the iteration process, the resulting data table will be exported to a local file.

Did this answer your question?