atoti.MultiColumnArrayConversion(Convert an external table where array values are stored with one element per column to a table with array columns. Groups of a least 2 columns named as
*,
column_prefixes: Set[str],
)
"f{prefix}_{index}" (indices being consecutive and starting with 0 or 1) can be converted into array columns.
external_table has 5 QUANTITY_{index} columns:
It can be converted into a table with an array column:
See also:
AutoMultiColumnArrayConversion