convert-list-to-datatable adaptor is used to create a one-column datatable from values in a list.
convert-list-to-datatable
list Type: list Required: Yes The list to be converted to a datatable.
list
column name Type: text Required: No The name of the new datatable column. If unspecified, defaults to value.
column name
text
value
data Type: datatable A single-column datatable containing the list values.
data
datatable
data:
Spring
Summer
Autumn
Winter
column name: Season
-> Converted list into a datatable with Season column.
Season
Data tables provide a structured and tabular representation of data from a list
Data tables are a common format for storing and analyzing data in tools like Excel, Python, R and Microreactarrow-up-right
Convert a text list to a datatable to add additional columns and data elements using the add-column adaptor
add-column
Last updated 1 year ago