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.

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!

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.

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.
Split-Geographic-Coordinates adaptor: Coordinates column splits into 1 column for latitude and 1 column for longitude

See our comprehensive Adaptor Reference Guide for a complete list of all adaptors along with details on their input arguments, examples, and recommended use cases.

Last updated