Title here
Summary here
Use the Pivot transformation to pivot your data.
public class Pivot : Pivot<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
Month,MonthValue
Jan,100
Feb,200
Mar,300
will become
Jan,Feb,Mar
100,200,300
public Pivot()