Skip to main content
This example shows the most common use case: processing a batch of CSV files from an S3 bucket and writing the transformed data back to another S3 location. Scenario: You receive daily sales data in a specific S3 prefix. You want to trigger a run to clean, transform, and validate this data. The sales_transformer:v3 Flow Version has already been configured in the Lume UI with S3 Connectors for the source and target.

Sample Input

(local_sales_data.csv)

Sample Output

(Resulting mapped_sales_data.csv in the target S3 bucket) Notice how the Flow Version renamed columns (product_idproduct, quantityitem_count) and calculated a new field (total_price).