Both functions label_mappings and label_mappings_localisation return different formats depending on a CSV being specified during the instantiation of a Wrapper. I would opt to return always the same format, and convert it to the required format if necessary while exporting the CSV file, however, I am not familiar with the code and I am not sure which would be the more generic format, and the implications that this may have.
@mkoz71 could you help me with this decision?
Also, this may be related to the issue #13
|
def label_mappings(self, container, is_duration, label_to_extract=None): |