> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV

> Overview of CSV configuration for the DLC, covering the CSV Topic Description for file format and the Local, AWS, Azure, and GCP CSV Sources for file location.

In this context, a CSV file also covers any delimited text file, such as a tab-separated `.tsv` file.

<Note>
  A CSV file, in this context, also covers any text file in a columnar format, where each row represents a record and
  uses a delimiter for separating values.

  For example, a tab-separated file, with the file extension `.tsv`.
</Note>

### CSV topics

The CSV Topic Description defines the file format and the group of files.

For more information on CSV topics, see [CSV Topic](/configuration/csv/csv-topic).

### CSV sources

The CSV Source defines the location of the CSV files.

| Source                                                  | Where data is loaded from                 |
| ------------------------------------------------------- | ----------------------------------------- |
| [Local CSV Source](/configuration/csv/local-csv-source) | CSV files stored locally.                 |
| [AWS CSV Source](/configuration/csv/aws-csv-source)     | CSV files stored on Amazon S3.            |
| [Azure CSV Source](/configuration/csv/azure-csv-source) | CSV files stored on Azure Blob Storage.   |
| [GCP CSV Source](/configuration/csv/gcp-csv-source)     | CSV files stored on Google Cloud Storage. |
