Using the MongoDB I am trying to produce a list of Collections and the Workflows/Objects that fall under each Collection.
Desired Output: (Example)
| CollectionId | Name | OwnerId | DateAdded | App/Object Name |
| 1 | Collection 1 | 123 | DD-MM-YYYY | Workflow 1 |
| 1 | Collection 1 | 123 | DD-MM-YYYY | Workflow 2 |
| 2 | Collection 2 | 456 | DD-MM-YYYY | Workflow 3 |
| 2 | Collection 2 | 456 | DD-MM-YYYY | Workflow 4 |
I have read the documentation in the link below but I'm not still not sure how to proceed it getting the desired output. By Default the MongoDB outputs all nested values from the JSON string into columns but I want tall the nested values as rows.
http://downloads.alteryx.com/betawh_xnext/MongoInput.htm
Any help or assistance would be greatly appreciated.
Thank you.