Skip to Content
DocumentationWrangling DataOverview

Overview

Etleap’s wrangler simplifies the process of transforming your data through an intuitive user interface.

This section guides you through common wrangling steps such as:

There are also guides for common use cases such as:

Limitations

  • The Wrangler does not support outputting schemas with more than 2000 columns.
  • A Wrangler script can only contain one Partition Output transform.
  • For database sources, there must be a step (Parse CSV or Split Column) that generates the same number of columns as the source table’s schema.
  • This step must be followed by a schema-interpreting step (Rename Columns) that assigns the same names as the source table schema.