# .separator


# .separator
Set the separator string when the output mode is csv (the default is `,`).

## Usage
```
.separator {character}
```

## Examples

Return output in pipe-separated format:

```
.output csv
.separator '|'
```
