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 |
|
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'}.