jolt Questions
2
Am trying something very simple with Jolt transformation but struggling to get it to work.
If I have an input like:
{
"id": "54436001"
}
I want output to be:
{
"mediaId&...
2
Solved
I am getting a null value for my transformed object when trying to convert something like this:
{
"employees": [
{ "f_name" : "tom", "l_name" : "smit...
1
I want to know the meaning of &, @ etc. operators in JOLT. Is this documented somewhere?
Altimetry asked 3/6, 2021 at 13:43
2
I am wondering if there is any way to concatenate the values of JSON attributes into one new attribute using JOLT transformation.
For example, I have the following JSON:
{
"name": "...
Susurrant asked 19/1, 2017 at 3:2
1
Solved
I have below input JSON:
{
"id": "2ef8a2ee-054f-4b43-956a-8aa4f51a41d5",
"type": "VOICE",
"tags": [
{
"id": "some id 1",
"description": "some description 1"
},
{
"id": "some id 2",
"desc...
Garay asked 18/6, 2019 at 18:39
1
Solved
I have the following JSON document:
{
"pbid": 123,
"pid": 0,
"time": 1483551745000,
"timestamp": "2017-01-04 17:42:25",
"creationTime": 1483551789000,
"creationTimestamp": "2017-01-04 17:43...
1
Solved
I want a conditional transformation where I need to add a property in output if the value of a specific field in input matches my condition. Below is my input and output required.
Input
{
"a...
1
© 2022 - 2024 — McMap. All rights reserved.