python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JSON conversion using JOLT with ARRAY
someone can me help? I'm new to jolt. Can you please tell me how can i trasform the below json message with array based upon the position in to the below output json message using jolt.
My JSON is:
{
...
Rodrigo Hajime Himauari
Votes: 0
Answers: 1
Create array of simpler JSON objects from a nested JSON using jolt
My input JSON is like
{
"common": {
"name": "abc"
},
"details": {
"id": 4,
"node": [
{
"name": &qu...
Subrata Paul
Votes: 0
Answers: 1
Jolt Transform - Filter Array Where Fields equal
In a Jolt transform Im trying to filter an array of objects by an id, if equal to an Id on a field outside of the array.
Here is my data
{
"position": {
"positionManagerId": ...
Adam Sedgwick
Votes: 0
Answers: 1
Jolt transformation with key also in the output
Below is the input JSON:
{
"statusCode": 200,
"statusMessage": {
"Acked-by": {
"checksum": 3103748203,
"offset": 0,
"pa...
donishere
Votes: 0
Answers: 1