Hi,
I'd like to generate an exportable table of all property keys and their property values for all nodes with the same label.
For example I would like to unwind keys() , and then place the values of these in the next column.
Do I need to use extract? Reduce?
Many thanks.