Reading values in JSON collections

Hi!
Reading JSON collections does not work with the JSON-to-Table node.
I have a workflow that I use to query JSON data from an API and put it into a table. I can read most values using the JSON-to-Table node.
However, collections are not extracted.
I need the information from:
‘authors’: [
{
‘name’: ‘xyz/example.de’
}
]
With the Collection-to-String node, I only get the brackets of the collection ‘’ as a value in the table.
I would be very grateful for any tips on how to read the value of ‘name’.
Best regards,
Sebastian

Hello @wanglunberlin
You can check the following linked topic in KNIME forum, the provided solution may fit to your use case. Otherwise you can provide a sample data for a customized solution.

BR

2 Likes