moved data

This commit is contained in:
2026-05-09 22:06:57 +12:00
parent 45092dbad9
commit 707fcc0c74
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ def parse_sql_to_excel(sql_file_path, excel_file_path):
print(f"Successfully exported {len(data_frames)} tables to {excel_file_path}")
# Run the script
parse_sql_to_excel('1088316_TeamworkPM_Backup_20260325.sql', 'Teamwork_Data.xlsx')
parse_sql_to_excel('data/1088316_TeamworkPM_Backup_20260325.sql', 'data/Teamwork_Data.xlsx')