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

3 vues

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.
Cette réponse vous a-t-elle aidé ?