Given the {1} of records in the input {0}, creates a table with a column for each field in the record. Optionally, {3} may ...

Given the {1} of records in the input {0}, creates a table with a column for each field in the record. Optionally, {3} may be specified to ensure unique names for the columns in the new table.
    
  • {0}: The original table with the record column to expand.
  • {1}: The column to expand.
  • {2}: The list of fields to expand into columns in the table.
  • {3}: The list of column names to give the new columns. The new column names cannot duplicate any column in the new table.