Add internal structure for special site codes

This commit is contained in:
Matt Nadareski
2021-12-30 13:00:55 -08:00
parent c864589478
commit 02c98b1547
8 changed files with 365 additions and 63 deletions

View File

@@ -330,6 +330,11 @@ namespace MPF.Library
resultProgress?.Report(Result.Success("Disc information skipped!"));
}
// Process special fields for site codes
resultProgress?.Report(Result.Success("Processing site codes..."));
InfoTool.ProcessSpecialFields(submissionInfo);
resultProgress?.Report(Result.Success("Processing complete!"));
// Format the information for the text output
resultProgress?.Report(Result.Success("Formatting information..."));
List<string> formattedValues = InfoTool.FormatOutputData(submissionInfo);