# JMap CSV reader

<table data-header-hidden><thead><tr><th width="111.5"></th><th></th></tr></thead><tbody><tr><td>Read</td><td>Yes</td></tr><tr><td>Write</td><td>No</td></tr></tbody></table>

JMap Server can read CSV files or any text file with separated values that contain x and y coordinates. These coordinates can be used for layers of points. The first row must contain the field names. The allowed separators are commas (,), semicolons (;) and tab characters. Text fields may or may not be inside double quotes. X and Y coordinates must be numeric values.

<table data-header-hidden><thead><tr><th width="196.5"></th><th></th></tr></thead><tbody><tr><td>Selected files</td><td>Select one or more CSV files to read. If selecting more than one file, all files must have the same list of attributes.</td></tr><tr><td>Separator</td><td>Select the separator used in the files to read.</td></tr><tr><td>Data type</td><td>Select the appropriate data type for each field.</td></tr><tr><td>X field</td><td>Select the field that contains the X values. Only numeric fields are listed.</td></tr><tr><td>Y field</td><td>Select the field that contains the Y values. Only numeric fields are listed.</td></tr></tbody></table>


---

# 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-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/resources-spatial-data/vector-data-sources/jmap-csv-reader.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.
