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
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.6.0p20 2.0.0i1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

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