+2
−1
+39
−7
tdoc-crawler.code-workspace
0 → 100644
+67
−0
+57
−1
Loading
* Update DATE_PATTERN to handle various Unicode dash/hyphen characters. * Modify MeetingCrawler to parse start and end dates from separate columns. * Introduce _parse_single_date method for single date parsing. * Adjust TDocDatabase schema for meeting_id as primary key. * Add tests for MeetingCrawler's date parsing functionality. * Create a new workspace configuration for debugging.