Werk #11160: CSV/JSON/Python exports of views: improve formatting of labels

Component Core & setup
Title CSV/JSON/Python exports of views: improve formatting of labels
Date May 27, 2020
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.0.0i1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
1.6.0p20 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

When exporting a view using %output_format=csv|json|python labels would not get exported properly (concatenated key/value pairs like "key1:value1key2:value2"). This fix turns the export for labels into raw data structures like {'key1':'value1', 'key2':'value2'}.

To the list of all Werks