# Using adaptors to process data

## Transforming or processing data in Data-flo

Data are processed in Data-flo via *Tranformation adaptors.* Users can utilize one or more of these adaptor types to manipulate or transform their data in a multitude of ways. Adaptors can be linked together to combine their functions in sequence.&#x20;

### Transformation adaptors

Transformation adaptors apply to datatables, specific columns, data elements, lists or text, and graphs. These adaptors can concatenate text, reformat column data, rename leaf labels in a Newick file, and much more!&#x20;

Select one or more of the transformation adaptors from the side bar menu to add it to your canvas. Specify the input and output options to transform the data into your desired format.

<figure><img src="/files/qOuujxoAikbfUvfSBBn5" alt="A diagram showing how transformation adaptors work. The first image is a data table input. The second image is an adaptor that splits values in a column into 2 columns. The third image is of the processed data table now with the column split into two columns. "><figcaption><p>Split-Geographic-Coordinates adaptor: Coordinates column splits into 1 column for latitude and 1 column for longitude</p></figcaption></figure>

See our comprehensive [Adaptor Reference Guide](/data-flo/reference-guide.md) for a complete list of all adaptors along with details on their input arguments, examples, and recommended use cases.


---

# 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://cgps.gitbook.io/data-flo/basics/adaptors/binding-types.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.
