---
title: doubleQuote
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatatable/parsingoptions/doublequote
---

# doubleQuote

A Boolean value indicating whether two consecutive quotes ("") represent a single quote (") in a CSV file.

## Declaration

```swift
var doubleQuote: Bool
```

## See Also

### Handling special characters

- [escape](createml/mldatatable/parsingoptions/escape.md)
- [quote](createml/mldatatable/parsingoptions/quote.md)
