Action group: Tables
The action is designed to remove duplicate columns or rows from the table.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data table | The table in which duplicates will be removed. | Robin.DataTable | Yes | |
Delete | The type of duplicate to remove. | Robin.String | Yes |
None.
There is a table in CSV format with duplicated row
You need to delete the duplicate row and create a new table with the edited data.
Use "Get table from CSV", "Remove duplicate rows or columns", "Table to CSV" actions.
The program robot completed successfully.
The duplicate row has been deleted.