> For the complete documentation index, see [llms.txt](https://cgps.gitbook.io/data-flo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cgps.gitbook.io/data-flo/basics/adaptors/binding-types.md).

# 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.
