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
JSON processing using JQ operator in Rapidminer
Somnath_Das
Member Posts: 31 Maven
in Help
Answers
when I try your input on jqplay.org with the filter [.A, .B] | @csv, it returns the correct output.
The library used in the RapidMiner extension only returns the first element though. I'm not sure what to do there.
Your input is a bit atypical because it's a list of objects, but not in a syntactically explicit way.
When changing the input to this:
]
it works with the filter .[] | [.A, .B].
Example process:
With this input the output of "JSON to Data" is also meaningful.
Regards,
Balázs