I using JOLT to transform and extract a URL of an object, but it’s only the URL slug. Is it possible to concatenate a static string to that slug to have a full URL? The current output is: And the expected output is: The JOLT Spec is: The JSON input is: Any option to add the static URL link to
Advertisement
Tag: jolt
Null Check in Jolt while converting string to integer For an Object
I am doing conversion of string to integer/double in my jolt spec. If elements does not come in request, then empty object is coming in response. Instead I do not want to pass that object itself as its empty. Input Request Working: Jolt Spec: Output if tag is there in request: But when input request is like below where I
How can I insert an array into a specific array element using Jolt
Question/problem How can I use Jolt to insert an array into a specific object in an array? input The objects have a common set of attributes, but support optional attributes. Specific objects need to …
Advertisement