# Common CSV problems

- [CSV basics](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/untitled.md)
- [Quotation characters](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/quotation-characters.md)
- [Line breaks in text fields](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/line-breaks-in-text-fields.md)
- [Missing or insufficient headers](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/missing-or-insufficient-headers.md)
- [Trailing line breaks](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/trailing-line-breaks.md)
- [Data export and import](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/data-export-and-import.md)
- [Column type violations](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/column-type-violations.md)
- [Guidelines for working with CSV files](https://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems/guidelines-for-working-with-csv-files.md)


---

# 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://b-greve.gitbook.io/beginners-guide-to-clean-data/common-csv-problems.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.
