Member since
06-28-2018
2
Posts
0
Kudos Received
0
Solutions
12-11-2018
12:06 AM
I have used jolt transformer to transform json to json. convertAvroToJSON => JoltTransformerJSON => .... Here is sample specification [ { "operation": "default", "spec": { "*": "XXXXX" } }, { "operation": "shift", "spec": { "*": { "XXXXX": null, "*": { "@1": "&2" } } } } ]
... View more