# Install CSV provider

To install the CSV File provider, create a YAML file (called `provider.yml` in this example) with the specification of the provider:

```yaml
# CSV File Telemetry Provider
name: CSV File
description: Telemetry Provider that enables to import of metrics from a remote CSV file
dockerImage: 485790562880.dkr.ecr.us-east-2.amazonaws.com/akamas/telemetry-providers/csv-file-provider:3.2.0
```

Then, you can then install the provider with the Akamas CLI:

```bash
akamas install telemetry-provider provider.yml
```
