ETL Tasks
You can manipulate Datasources using the following ETL Tasks:
Transform: Refine and reshape datasources for downstream processing.
TransformJoin: Merge multiple datasources based on specified keys.
JoinGroup By: Consolidate rows by grouping based on a key and applying aggregation functions.
Group BySort: Arrange rows in a specified order.
SortConcat: Combine two datasources with identical schemas into one.
ConcatRemove Duplicates: Eliminate duplicate rows within a datasource.
Remove DuplicatesWrite CSV: Save datasource contents in CSV format for external use.
Write CSVWrite JSON: Save datasource contents in JSON format for external use.
Write JSONWrite XLS(X): Save datasource contents in XLS(X) format for external use.
Write XLS (X)Load: Transfer processed data to target systems for integration and storage.
LoadLog Rows: Display a specified number of rows for debugging and validation.
Log RowsFilter: specify a set of conditions to include only the rows that meet the criteria for downstream processing.
Iterate: configure an iterative process based on a specific datasource.