---
title: usesQuoting
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/csvreadingoptions/usesquoting
---

# usesQuoting

A Boolean value that indicates whether to enable quoting.

## Declaration

```swift
var usesQuoting: Bool
```

## Discussion

Discussion When true, the contents of a quoted field can contain special characters, such as the field delimiter and newlines. Defaults to true.
