# Dataimport

```
tb-import csv filename.csv --keys columname --access-token ACCESSTOKEN
```

![](/files/-Mkks1zp3ah22HbOwPHk)

```
cd ~/import
```

```
poetry run tb-import multi "/mnt/c/Users/Fabian Uetz/import/Aussensensor.csv"
```

```
tb-import multi filename.csv
```

![](/files/-MkksQI0b7XeBxbCar1m)

Transform Date in Excel into Unixtimestamp format:

\=(A2-DATUM(1970;1;1))\*86400

poetry run tb-import multi "/mnt/c/Users/Fabian Uetz/import/Aussensensor1.csv" --baseurl <https://server.tesenso.cloud>


---

# 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.tesenso.com/tesenso-iot-cloud/cli-tool/dataimport.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.
