|
@@ -575,21 +575,34 @@ public final class ReportParseUtils {
|
|
|
// reportType = matchReportType(emailType, text);
|
|
|
// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
|
|
|
- text = "潼骁长益3号私募证券投资基金分红预通知公告20250520.pdf";
|
|
|
+// text = "潼骁长益3号私募证券投资基金分红预通知公告20250520.pdf";
|
|
|
+// emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
+// reportType = matchReportType(emailType, text);
|
|
|
+// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
+//
|
|
|
+// text = "ST9332_伏犀奇点2号私募投资基金_2024年年报.pdf";
|
|
|
+// emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
+// reportType = matchReportType(emailType, text);
|
|
|
+// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
+//
|
|
|
+// text = "SZK953_私募基金季报PDF_香元梅花9号行业精选私募证券投资基金_20250331102500.pdf";
|
|
|
+// emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
+// reportType = matchReportType(emailType, text);
|
|
|
+// System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
+
|
|
|
+ text = "大岩市场中性2号私募证券投资基金_2025年_4月_月报.pdf";
|
|
|
emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
reportType = matchReportType(emailType, text);
|
|
|
System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
|
|
|
- text = "ST9332_伏犀奇点2号私募投资基金_2024年年报.pdf";
|
|
|
+ text = "查理投资2025年04月披露-23号.pdf"; // monthly ?
|
|
|
emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
reportType = matchReportType(emailType, text);
|
|
|
System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
|
|
|
- text = "SZK953_私募基金季报PDF_香元梅花9号行业精选私募证券投资基金_20250331102500.pdf";
|
|
|
+ text = "投资策略调整.pdf"; // monthly ?
|
|
|
emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
reportType = matchReportType(emailType, text);
|
|
|
- String reportDate = matchReportDate(reportType, text);
|
|
|
- System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + reportDate);
|
|
|
-
|
|
|
+ System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
}
|
|
|
}
|