Extract cost Version 1 (Net)
Group "ROBIN AI", subgroup "NER (PREFERENTUM)"
Description
Retrieves a value from a text with a currency symbol
Action icon
Parameters and their settings
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | A $1.3 billion investment this year brings Amazon’s average hourly pay to over $20.50 per hour across customer fulfillment and transportation in the U.S. | Yes |
Results | ||||
Result | Collection of extracted data | Collection |
Special conditions of use
If the same entity appears several times in the text, it will be written once in the resulting array.
Example of use
Task
There is a text:
"The top of the rating of the most expensive yachts is a luxurious representative of the Italian yacht shipyard Baia Yachts - it is the yacht "History Supreme". The cost of such a yacht is $4.8 billion dollars."
You need to extract a cost from the text and display it in a dialog box.
Solution
Use the actions "Extract cost", "Get value by index" and "Message".
Implementation
- Create a variable "Collection" into which the result of the "Extract cost" action will be written.
- Drag and drop the "Extract cost" action to the workspace.
- Fill in the "Text" parameter of the "Extract cost" action.
Add the variable "Collection" to the result. - Drag the "Get value by index" action to the workspace.
- Set the parameters of the "Get value by index" action.
- Drag and drop the "Message" action to the workspace.
- Set the parameters of the "Message" action.
In the "Message text" field add the result of the "Get value by index" action. - Click on the "Start" button in the top panel.
Result
The program robot has completed successfully. The required value is displayed in the dialog box.