# Open CSV Files

We provide reports about asset performance in CSV format.&#x20;

Depending on your Excel's regional setting, your default delimiter/separator may either be using semicolons (;) or commas (,) to separate items in a CSV file. If your regional setting is to use semicolons, this can cluster all the field values into column A because exported files from YourVid use commas (,) as the default delimiter/separator.

In this case, we suggest using **Google Sheets** to convert the CSV to any format that you can process:

1. Create a new sheet in Google Sheets.
2. Go to "File" -> "Settings", and set "Locale" to "United States". Click "Save and reload".&#x20;

   <figure><img src="/files/uXHWbm8ENtSvKFal1KkU" alt=""><figcaption></figcaption></figure>
3. Click "File" -> "Import" and select/upload our report in CSV format.
4. Select "Insert new sheet(s)" as "Import location", make sure the other inputs are as on the screenshot, and click "Import data".

   <figure><img src="/files/v2Y2zXS4rZdX3A2tSw0D" alt=""><figcaption></figcaption></figure>
5. The report should be imported correctly, like this:<br>

   <figure><img src="/files/pxAAAq5n4JqZk4FXDUqa" alt=""><figcaption></figcaption></figure>
6. You can now view and process the report in Google Sheets. Alternatively, click "File" -> "Download" -> "Microsoft Excel (.xlsx)" to download a file you can open in Excel.


---

# 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://docs.yourv.id/royalties-and-payments/reports/open-csv-files.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.
