> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/for-administrators/tools/csv-importer/general-information.md).

# General Information

The CSV file must be **UTF-8** or **UTF-16** encoded (otherwise Umlaute and special characters will not be imported correctly).

**Comma**, **semicolon** or **tabulator** can be used as column **separator** (detection is done automatically by FYLR).

Texts containing **commas, semicolons, tabs** or breaks must be **enclosed** by double or single **quotes** (detection is done by FYLR automatically).

The CSV has to contain **column headers**. They can be freely chosen (mapping of source and target fields must then be done manually, see options).

If you use the **internal FYLR field names** as column headers in the CSV file, the **mapping** is done **automatically** (to get the internal FYLR field names it is best to download a record as CSV first and copy the column headers).

If possible always use a **unique identifier**, because only this identifier can be used to **update** existing datasets later on.

When importing **quotes**, please note the following:

| TEXT TO BE IMPORTED                                                         | TEXT IN THE CSV FILE                                                              |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| "Plain text enclosed in quotes to be imported."                             | """Plain text enclosed in quotes to be imported."""                               |
| Simple text that contains "quotation marks".                                | "Simple text that contains ""quotation marks""."                                  |
| "Plain text in quotation marks, but which also contains "quotation marks"." | """Plain text in quotation marks, but which also contains ""quotation marks"".""" |
| "This is a quote." said Person Z.                                           | """This is a quote."" said Person Z."                                             |
| Person Z said "This quote."                                                 | "Person Z said ""This quote."""                                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fylr.io/for-administrators/tools/csv-importer/general-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
