Let us know how we can make Jedox even better!
this would be interesting to extract data from another component (extract or transform). My use case is that when you connect using Rest to an LLM, the json is returned as a string, embedded in a json:
{ "model": "qwen3:latest", "created_at": "2025-11-25T12:01:34.4867583Z", "response": "<the response as json here>", "done": true[...]}
when using a json extract, you can extract the response, but it delivers a string.
extracting from this extract would solve the problem. Right now we need to stage the string (e.g. in a file) and extract it again with a json extract
Thank you for your great idea. While we cannot commit to a specific target version, we will consider adding it to our future internal backlog. If you can add further information about the context of this feature, please add it here so we can evaluate it more fully.