CSV Compare

This commit is contained in:
2025-02-24 17:46:47 -07:00
parent dd4a16117c
commit d9e394f446
10 changed files with 6539 additions and 7 deletions

View File

@ -135,6 +135,8 @@ internal static class HelperDay
ADO2025.PI4.Helper20250204.ExtractKanban(logger, args);
else if (args[1] == "Day-Helper-2025-02-18")
ADO2025.PI5.Helper20250218.MoveToArchive(logger, args);
else if (args[1] == "Day-Helper-2025-02-19")
ADO2025.PI5.Helper20250219.Compare(logger, args);
else
throw new Exception(appSettings.Company);
}