src/loading_manifest/csv_to_json.py [643:650]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        new_lm = dict()
                        if output_kind_parent is not None and len(output_kind_parent) > 0:
                            new_lm['kind'] = output_kind_parent
                        lm_parent = new_lm
                        for parent_item in parent_items[:-1]:
                            parent_item = parent_item.strip()
                            lm_parent[parent_item] = dict()
                            lm_parent = lm_parent[parent_item]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/loading_manifest/csv_to_json.py [655:662]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    new_lm = dict()
                    if output_kind_parent is not None and len(output_kind_parent) > 0:
                        new_lm['kind'] = output_kind_parent
                    lm_parent = new_lm
                    for parent_item in parent_items[:-1]:
                        parent_item = parent_item.strip()
                        lm_parent[parent_item] = dict()
                        lm_parent = lm_parent[parent_item]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



