# Exporting Issues to CSV in CodeScan Cloud

### Overview <a href="#overview" id="overview"></a>

You can export issues as CSV files from CodeScan. Exporting issues to CSV enables you and your team to export all the data collected from issues into a `comma-separated values (CSV)` file, which stores tabular data in plain text. You can narrow down which issues to export using the filters, along with the severities of the issues.

### Use Cases <a href="#use-cases" id="use-cases"></a>

The following are some of the use cases for exporting issues as CSV files:

* Create diagrams, graphs, and charts from the CSV data.
* Present the data in any other format for auditing or sharing reasons.
* Import the issues elsewhere to a system outside of CodeScan.
* Use the long-term data to gather relevant feedback given in the issues, and improve your product based on real metrics.

### How to Export <a href="#how-to-export" id="how-to-export"></a>

1. Login to your CodeScan account and select your CodeScan organization.
2. Navigate to the **More** tab and choose **CSV Export** from the dropdown.<br>

   <figure><img src="/files/sIJ6eFmbwWB7K3Lu6ilx" alt=""><figcaption><p>CSV Issues Export</p></figcaption></figure>
3. Using the available filters, choose the issues you want to include in the CSV file.
4. Click **Export** to download the file in your local machine.<br>

   <figure><img src="/files/eBeEUeYzvt9t8j8ZZIRS" alt="" width="563"><figcaption><p>Export</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/codescan/issues/export-issues-to-csv-in-codescan-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
