> For the complete documentation index, see [llms.txt](https://docs.acho.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acho.io/debugging/i-cant-find-data-after-uploading-a-csv-file.md).

# 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.
