diff --git a/Scripts/DataCleaning/path_splitter_tree.py b/Scripts/DataCleaning/path_splitter_tree.py index 51df619..e237308 100644 --- a/Scripts/DataCleaning/path_splitter_tree.py +++ b/Scripts/DataCleaning/path_splitter_tree.py @@ -84,6 +84,7 @@ def tree_like(file: str, out: str): FILE = open(file, "r", encoding="utf-8") + # TODO: Change here so it takes single URI from a CSV file for row in FILE: sections = row.split("/")