---
title: selectColumns
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatatable/parsingoptions/selectcolumns
---

# selectColumns

The list of column names to import from a CSV file; otherwise nil to import all columns.

## Declaration

```swift
var selectColumns: [String]?
```

## See Also

### Limiting rows and columns

- [maxRows](createml/mldatatable/parsingoptions/maxrows.md)
