User Activity

I am reusing a pipeline for many applications. The pipeline basically takes data, does a small transformation on one field, and then writes a csv file. Each application has its own set of fields. The fields must be in a specific order, which I can d...
I would like to stream data directly to a zip file (without first writing the data to disk). I want to dynamically set the name of the file inside the zip file (not the zip file, but the file it contains). Given this file: mydata.zip myfile1.xml I wa...