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

This commit is contained in:
2025-07-01 19:39:11 -07:00
parent fc4449f515
commit 0fb9663e6f
5 changed files with 189 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.ProcessDataStandardFormatToJavaScriptObjectNotation(logger, args);
else
throw new Exception(appSettings.Company);
}