In this Page

Scenario

I want to pivot data that is coming in before I use it further downstream.

Requirements

Snaps Used

For this scenario, the following Snaps are used:

Other Requirements

Configuration

This example will bring in data using the JSON Generator.

  1. Within Designer, create a new pipeline.
  2. Add and configure a JSON Generator Snap.
  3. Add and configure a Script Snap.

This script will process the data from the JSON Generator Snap and deliver it as: 

monthkey

key

value

Month01

001

151

Month02

001

152

Month03

001

153

Month04

001

154

Month05

001

155

Month06

001

156

Month07

001

157

Month08

001

158

Month09

001

159

Month10

001

160

Month11

001

161

Month12

001

162