list-datatable-columns adaptor creates a list of datatable column names.
list-datatable-columns
data Type: datatable Required: Yes The datatable containing columns to be listed.
data
datatable
column names Type: list The list of column names.
column names
list
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.
remove-columns
Last updated 1 year ago