I have below input in JSON
{
"firstName": "Scott",
"lastName": "Parker"
}
I need in output follow structure
{
data: {
"fullName: "Scott Parker"
}
}
I really don't understand how should work jolt transform processor in nifi
Maybe there are any alternatives in nifi ?
Thanx a lot!!