# Streamlined adaptors

**Scenario 1:** As we consolidated adaptors with similar functions or introduced additional features, certain adaptors may appear deprecated when imported into the latest version of Data-flo. However, they actually correspond to new adaptors with slightly modified inputs or outputs.

\
**Action**: Replace these adaptors with the corresponding adaptor from the table below and check that your workflow still creates the desired output.&#x20;

| Old adaptor name               | New adaptor               |
| ------------------------------ | ------------------------- |
| find-and-replace-column-values | replace-values-in-columns |
| csv-files-to-datatable         | import-from-csv-file      |
| compare-text                   | replace-values-in-text    |
| search-text                    | replace-values-in-text    |
| group-datatable-rows           | aggregate-rows            |
| sum-rows                       | aggregate-rows            |
| fill-series                    | map-column-values         |
| filter-columns                 | select-columns            |
| split-date-column              | split-column              |
| split-datatable-rows           | select-rows               |

<br>


---

# 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/readme/new-release/migrating-your-workflows-into-the-latest-version-of-data-flo/streamlined-adaptors.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.
