# CsvOptions

> _Since v0.1.1_

CSV export options *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `delimiter?` | <code>string</code> | Field delimiter (default: ',') |
| `newline?` | <code>string</code> | Line separator (default: '\\n') |
| `quoteStrings?` | <code>boolean</code> | Whether to quote strings containing special characters (default: true) |
| `bom?` | <code>boolean</code> | Add UTF-8 BOM for Excel compatibility (default: false) |
