> For the complete documentation index, see [llms.txt](https://timberid.gitbook.io/timberid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timberid.gitbook.io/timberid/user-guide/single-reference-sample-+-import/import-errors.md).

# Import Errors

<table><thead><tr><th width="167.33333333333331">Error</th><th>Description</th><th>How to Fix</th></tr></thead><tbody><tr><td>__ column is required</td><td>Caused when an expected column is not found in the csv. Required columns are: <br>- code<br>- trusted<br>- lat<br>- lon</td><td>Add the required column to the CSV file</td></tr><tr><td>trusted value should be one of the following: known, uncertain, or unknown</td><td>Caused if a value in the "trusted" column is not equal to "known", "uncertain", or "unknown"</td><td>Make sure all values in the trusted column are one of the required values</td></tr><tr><td>__ should be within the range __ and __</td><td>Caused when a value is outside of the expected range.</td><td>Make sure all values are within the specified range. </td></tr></tbody></table>


---

# 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://timberid.gitbook.io/timberid/user-guide/single-reference-sample-+-import/import-errors.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.
