list-datatable-columns
Last updated
list-datatable-columns adaptor creates a list of datatable column names.
data
Type: datatable
Required: Yes
The datatable containing columns to be listed.
column names
Type: list
The list of column names.
data:
1
GB
United Kingdom
2
TR
Turkey
3
US
United States
4
IND
India
column names:
id
code
name
-> Created a list of datatable column names.
Comparing column names between two datasets by getting a list of columns from each dataset.
Outputting a list of columns to facilitate identifying columns to remove from the datatable using the remove-columns adaptor.
Last updated