Definition and Usage
The Get data command is used to retrieve extracted data from a specific Octoparse task.
Note: A Get data command must be used with an Octoparse Login command.
Parameters Values
Set parameters
Parameter | Description |
Account | Select an Octoparse account |
Task ID | Enter the Task ID for the target Octoparse task |
Data type | Select to get partial data or all unexported data |
Size (rows) | Specify the size (in number of rows) for the retrieval |
Set as exported | Choose whether to set the data as exported after the current export |
Error handling
Parameter | Description |
When error occurs | Specify the action to proceed when an error occurs |
Example
The above workflow will initially (1) log into the designated Octoparse account and store the access token within the specified variable Octoparse_account
, and (2) get the data from the specified task from the said account, as well as save the retrieved data into the variable taskDataList
.