Action group: Tables
Deletes the specified line with an upward shift.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data table | Table for which the action will be performed. | Robin.DataTable | Yes | |
Column name | Name of the column in which the data will be cleared. If the field is not filled, then the value from the «Column index» field is taken. | Robin.String | No | |
Column index | Index of the column where data will be cleared. Indexing starts at 0. If the «Column Name» field is filled in, the value in the «Column index» field is ignored. Default value is «0». | Robin.Numeric | No | |
Row index | Index of the row where the data will be cleared. Indexing starts at 0. | Robin.Numeric | Yes |
None.
There is a table in CSV format .
You need to delete the first row of the table and create a new edited document.
Use "Get table from CSV", "Delete row", "Table to CSV" actions.
The program robot completed successfully.
The first line has been deleted.