Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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