Reputation: 177
I want to pivot the values into description using mapping dataflows My example So the value column plots to each new description value column.
I understand that the groupings will be on the IDName, ID and DateTime columns and I have removed the columns I don't need.
I'd like to know what goes where in the pivot values
Thanks
Upvotes: 0
Views: 516
Reputation: 3230
Step1: Create dataflow
Step2: Add original dataset to source
Step3: In Pivot Settings use groupby on ID, IDName, DateTime columns
You will get data preview as expected
Step4: Then Configure Sink with output csv and Store data to target file.
Upvotes: 2