process-data-standard-format-to-java-script-object-notation (Day-Helper-2025-07-01)

This commit is contained in:
2025-07-03 19:10:54 -07:00
parent fc4449f515
commit e7c1fd2221
5 changed files with 329 additions and 3 deletions

View File

@ -173,6 +173,8 @@ internal static class HelperDay
ADO2025.PI6.Helper20250618.MoveAllButXOfEach(logger, args);
else if (args[1] == "Day-Helper-2025-06-28")
ADO2025.PI6.Helper20250628.LogIsoInformation(logger, args);
else if (args[1] == "Day-Helper-2025-07-01")
ADO2025.PI6.Helper20250701.ProcessDataStandardFormatTo(logger, args);
else
throw new Exception(appSettings.Company);
}