The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to output JSON from "Execute Script"?
I have a script producing a JSON output.
Unfortunately, this output seems to be "class java.lang.String" rather than "document", so it is not consumed by other operators.
The question is - how to properly return a "document" object containing e.g. following JSON:
{item_id: {$in: [36, 39]}}
This should be used as EVD (Read MongoDB) operator criteria input.
Can you help, please?
Unfortunately, this output seems to be "class java.lang.String" rather than "document", so it is not consumed by other operators.
The question is - how to properly return a "document" object containing e.g. following JSON:
{item_id: {$in: [36, 39]}}
This should be used as EVD (Read MongoDB) operator criteria input.
Can you help, please?
Tagged:
0
Answers
you mean like this?