# Conversions

### Overview

This procedure converts a table to a CSV formatted file.

### Input Concepts

| Concept | Type  | Description                | Default    | Required |
| ------- | ----- | -------------------------- | ---------- | -------- |
| `table` | table | The table to be converted. | No default | Yes      |

### Output Concepts

| Concept    | Description                          |
| ---------- | ------------------------------------ |
| `csv file` | The CSV representation of the table. |

### Examples

#### 1. Example 1

```
convert the table to csv
```
