@@ -79,6 +79,7 @@ def read_csv(file_path: str, to_encode: str = 'utf-8') -> List[List[str]]:
]
logger.info(f"Successfully read file with encoding: {encoding}")
+ logger.info(f"Data: {data}")
return data
except UnicodeDecodeError as e: