web analytics

Tag dataflow

Spotlight: Looping with ForEach

The purpose of this Spotlight is to demonstrate the mechanics of a simple, classic For loop within a Composable DataFlow. Our scenario: We are told to expect delivery of a plain-text dataset with the following column names: first name, last…

Correcting Pesky Timezones in a DataFlow

Anyone who works with lots of data can attest that dealing with time and timezones can be tricky business. At Composable, we orchestrate millions of pieces of date/time data through our platform each day. Often, when working with dates, you’ll…