{
	"version":"2",
	"order":[
		{
			"from":"step-Spread-1",
			"to":"step-truncateKey-1"
		},
		{
			"from":"step-truncateKey-1",
			"to":"step-$(technique)-1"
		}
	],
	"step":[
		{
			"name":"step-Spread-1",
			"technique":"spread"
		},
		{
            "name":"step-truncateKey-1",
            "technique": "truncateKey"
        },
        {
            "name": "step-$(technique)-1",
            "technique": "numberRange",
            "newField": "$(newField)",
            "column": "$(column)",
            "defaultValue": "$(defaultValue)",
            "defaultValueType": "$(defaultValueType)",
            "defaultValueDataType": "$(defaultValueDataType)",
            "rule": $(rule)
        }
	]
}