# I can't find data after uploading a big CSV file

This may happen due to numerous reasons.&#x20;

**Solutions:**

1. Make sure you have selected the correct delimiter for your CSV file.&#x20;

If your CSV file is semi-colon separated, make sure you select "semi-colon" in the delimiter setting in CSV preview.&#x20;

&#x20;   2\. Make sure that your CSV file does not have too many columns.

Our back-end architecture can handle up to 10,000 columns for a table. However, we recommend limiting your table within 1500 columns for the best front-end experience. Any table with more than 1500 columns would cause delays and slow-downs in rendering on your Acho Studio.&#x20;

&#x20;   3\. Make sure that you have selected the correct datatype for each column&#x20;

We have an automatic system that detects the column type for your table. Please refrain from making manual changes.


---

# 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.acho.io/debugging/i-cant-find-data-after-uploading-a-csv-file.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.
