Add column
Add column activity is used to add columns within a dataset.
| *Dataset name | Reference name of dataset. |
| * Column name | Name of the column to be added. If null, adds row to the end. |
| Column index | The order of the column to be added. |
| Result variable name | Variable name of the return value. |
Note: * Fields selected with are required, others are optional.
Dataset name example
You can use the Dataset name as shown in the example.
newDS
Column name examples
You can use the Column name as shown in the examples.
0
Name
Name,Surname
Column index examples
You can use the Column index as shown in the examples.
The column number starts from 0. If left blank, a column is added to the last column in the dataset.
If it is desired to add a column to the last column in the dataset, the new column index field should be left blank.
If a column is wanted to be added to an empty dataset (Dataset), 0 should be given as an index. Otherwise, a new column cannot be created.
If multiple columns are added (comma-separated entry in the ‘Column name’ field), the value corresponding to the number of columns added should be given in this field. Example: If 3 columns are added, “4:6” should be given.
10:12
0
Result variable name example
You can use the Result variable name as shown in the example.
resultVariable