match - Is it possible to control which columns from the input table appear in the output?

Réponse

Yes, the `columns` parameter allows you to specify a list of column names from the input table to be passed through to the output table. If this parameter is not specified, all input columns will be included in the output.
Did this answer help you?