|
@@ -27,14 +27,14 @@ public final class ReportParserConstant {
|
|
public static final String PARSER_EXCEL_MONTHLY = "report-parser:excel:monthly";
|
|
public static final String PARSER_EXCEL_MONTHLY = "report-parser:excel:monthly";
|
|
// public static final String PARSER_PYTHON_MONTHLY = "report-parser:python:monthly";
|
|
// public static final String PARSER_PYTHON_MONTHLY = "report-parser:python:monthly";
|
|
|
|
|
|
-// public static final String PARSER_PDF_QUARTERLY = "report-parser:pdf:quarterly";
|
|
|
|
|
|
+ public static final String PARSER_PDF_QUARTERLY = "report-parser:pdf:quarterly";
|
|
// public static final String PARSER_WORD_QUARTERLY = "report-parser:word:quarterly";
|
|
// public static final String PARSER_WORD_QUARTERLY = "report-parser:word:quarterly";
|
|
-// public static final String PARSER_EXCEL_QUARTERLY = "report-parser:excel:quarterly";
|
|
|
|
|
|
+ public static final String PARSER_EXCEL_QUARTERLY = "report-parser:excel:quarterly";
|
|
// public static final String PARSER_PYTHON_QUARTERLY = "report-parser:python:quarterly";
|
|
// public static final String PARSER_PYTHON_QUARTERLY = "report-parser:python:quarterly";
|
|
//
|
|
//
|
|
-// public static final String PARSER_PDF_ANNUALLY = "report-parser:pdf:annually";
|
|
|
|
|
|
+ public static final String PARSER_PDF_ANNUALLY = "report-parser:pdf:annually";
|
|
// public static final String PARSER_WORD_ANNUALLY = "report-parser:word:annually";
|
|
// public static final String PARSER_WORD_ANNUALLY = "report-parser:word:annually";
|
|
-// public static final String PARSER_EXCEL_ANNUALLY = "report-parser:excel:annually";
|
|
|
|
|
|
+ public static final String PARSER_EXCEL_ANNUALLY = "report-parser:excel:annually";
|
|
// public static final String PARSER_PYTHON_ANNUALLY = "report-parser:python:annually";
|
|
// public static final String PARSER_PYTHON_ANNUALLY = "report-parser:python:annually";
|
|
|
|
|
|
static {
|
|
static {
|
|
@@ -49,28 +49,28 @@ public final class ReportParserConstant {
|
|
// ReportParserFileType.PYTHON, PARSER_PYTHON_MONTHLY
|
|
// ReportParserFileType.PYTHON, PARSER_PYTHON_MONTHLY
|
|
));
|
|
));
|
|
|
|
|
|
- REPORT_PARSER_BEAN_MAP.put(ReportType.WEEKLY,
|
|
|
|
- Map.of(ReportParserFileType.PDF, PARSER_PDF_WEEKLY,
|
|
|
|
-// ReportParserFileType.WORD, PARSER_WORD_WEEKLY,
|
|
|
|
- ReportParserFileType.EXCEL, PARSER_EXCEL_WEEKLY
|
|
|
|
-
|
|
|
|
-// ReportParserFileType.PYTHON, PARSER_PYTHON_WEEKLY
|
|
|
|
- ));
|
|
|
|
|
|
+// REPORT_PARSER_BEAN_MAP.put(ReportType.WEEKLY,
|
|
|
|
+// Map.of(ReportParserFileType.PDF, PARSER_PDF_WEEKLY,
|
|
|
|
+//// ReportParserFileType.WORD, PARSER_WORD_WEEKLY,
|
|
|
|
+// ReportParserFileType.EXCEL, PARSER_EXCEL_WEEKLY
|
|
|
|
+//
|
|
|
|
+//// ReportParserFileType.PYTHON, PARSER_PYTHON_WEEKLY
|
|
|
|
+// ));
|
|
|
|
|
|
-// REPORT_PARSER_BEAN_MAP.put(ReportType.QUARTERLY,
|
|
|
|
-// Map.of(ReportParserFileType.PDF, PARSER_PDF_QUARTERLY,
|
|
|
|
|
|
+ REPORT_PARSER_BEAN_MAP.put(ReportType.QUARTERLY,
|
|
|
|
+ Map.of(ReportParserFileType.PDF, PARSER_PDF_QUARTERLY,
|
|
// ReportParserFileType.WORD, PARSER_WORD_QUARTERLY,
|
|
// ReportParserFileType.WORD, PARSER_WORD_QUARTERLY,
|
|
-// ReportParserFileType.EXCEL, PARSER_EXCEL_QUARTERLY,
|
|
|
|
-//
|
|
|
|
|
|
+ ReportParserFileType.EXCEL, PARSER_EXCEL_QUARTERLY
|
|
|
|
+
|
|
// ReportParserFileType.PYTHON, PARSER_PYTHON_QUARTERLY
|
|
// ReportParserFileType.PYTHON, PARSER_PYTHON_QUARTERLY
|
|
-// ));
|
|
|
|
-//
|
|
|
|
-// REPORT_PARSER_BEAN_MAP.put(ReportType.ANNUALLY,
|
|
|
|
-// Map.of(ReportParserFileType.PDF, PARSER_PDF_ANNUALLY,
|
|
|
|
|
|
+ ));
|
|
|
|
+
|
|
|
|
+ REPORT_PARSER_BEAN_MAP.put(ReportType.ANNUALLY,
|
|
|
|
+ Map.of(ReportParserFileType.PDF, PARSER_PDF_ANNUALLY,
|
|
// ReportParserFileType.WORD, PARSER_WORD_ANNUALLY,
|
|
// ReportParserFileType.WORD, PARSER_WORD_ANNUALLY,
|
|
-// ReportParserFileType.EXCEL, PARSER_EXCEL_ANNUALLY,
|
|
|
|
-//
|
|
|
|
|
|
+ ReportParserFileType.EXCEL, PARSER_EXCEL_ANNUALLY
|
|
|
|
+
|
|
// ReportParserFileType.PYTHON, PARSER_PYTHON_ANNUALLY
|
|
// ReportParserFileType.PYTHON, PARSER_PYTHON_ANNUALLY
|
|
-// ));
|
|
|
|
|
|
+ ));
|
|
}
|
|
}
|
|
}
|
|
}
|