# Concatenating CSV

If you have some comma separated values that you want to concatenate in Keyfax then there is an expression you can use to do that. For example you may have `TenantID` made up from several values.

If you wanted to combine three comma separated values you can use the following [CSV](/product-suite/admin/databox-expressions/text-expressions/csv.md) expression as shown below\....

* `csv(1) & csv (ds, 2) & csv (ds, 3)`

You can see this in action via the expression tester as shown below\...

<figure><img src="/files/9pAfWfSHjkocxViygIbN" alt=""><figcaption></figcaption></figure>

You can see that the value 10002435,44653,3323 has been concatenated to read 10002435446533323


---

# 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.keyfax.biz/product-suite/admin/databox-examples/concatenating-csv.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.
