How to make multiple collections in one bundle into one collection?

blueprint.json (11.3 KB)
output-bundle.txt (920 Bytes)

‘Text parser’ Module’s output has multiple Bundles with $1 and $2 (with values), so I used Aggregator to turn them into one bundle but I need help to make it as simple array with key and value without collections.

$1 is the Key, $2 is the Value.

(Current Output)
Bundle

  • Array
    • Collection 1 - $2: (value)
    • Collection 2 - $2: (value)
    • Collection 3 - $2: (value)

(What I need in Output)
Bundle

  • Array
    • (key): (value)

Please help. My brain is burning now.