skip to Main Content

Using JOLT transform I need to extract only the content part from the JSON payload. need the JOLT SPEC

{ "snippet-format": "empty-snippet", "total": 361, "start": 1, "page-length": 5, "selected": "include", "results": [ { "index": 1, "uri": "/DEV/xyz-xyzRecord/OS1.json", "path": "fn:doc("/SIT1/xyz-xyzRecord/AB1.json")", "score": 0, "confidence": 0, "fitness": 0, "href": "/v1/documents?uri=%2FDEV%2FIxyz-xyzRecord%2FOS1.json&database=data-hub-DEV", "mimetype": "application/json", "format": "json", "matches": null, "extracted": { "kind": "array", "content": […

VIEW QUESTION

Image transform in PHP

to keep it simple I am trying to put a image on a image/canvas. Canvas = 1920x1080, image size doesn't matter. I want to add the image into the canvas but with specific x/y coordination for each corner. Look at…

VIEW QUESTION
Back To Top
Search