Action group: Tables
This action is used to set values in the specified column of the table.
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 for which the data will be set. 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 from which the data will be retrieved. 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 | |
Values | The values to be written to the selected column. | Robin.Collection | Yes |
None.
There is a table in CSV format
.
You need to change the values in the PAGES column for the first 5 values to (111, 222, 333, 444, 555) and create a new table with the updated data.
Use "Get table from CSV", "Set column values", "Table to CSV" actions.
The program robot completed successfully.
The required values of the PAGES column have been changed.