columns property

List<String>? columns
getter/setter pair

The columns to which CSV data is imported.

If not specified, all columns of the database table are loaded with CSV data.

Implementation

core.List<core.String>? columns;