|
@@ -500,13 +500,18 @@ public final class ReportParseUtils {
|
|
|
// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
|
|
|
|
|
|
- text = "官方公众号市场周报披露250430(1).docx";
|
|
|
- emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
- reportType = matchReportType(emailType, text);
|
|
|
- System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
-
|
|
|
+// text = "官方公众号市场周报披露250430(1).docx";
|
|
|
+// emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
+// reportType = matchReportType(emailType, text);
|
|
|
+// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
+//
|
|
|
+//
|
|
|
+// text = "涌津涌赢11号私募证券投资基金-月度报告-25250508.pdf";
|
|
|
+// emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
+// reportType = matchReportType(emailType, text);
|
|
|
+// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
|
|
|
- text = "涌津涌赢11号私募证券投资基金-月度报告-25250508.pdf";
|
|
|
+ text = "年报_多元化CTA私募证券基金_2024年年度报告.pdf";
|
|
|
emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
reportType = matchReportType(emailType, text);
|
|
|
System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|