**Describe the issue** The `ReplayExtractor` module has issues with matching formats. Specifically, Regulation E and Regulation E BO3 causes the issue. The snippet of interest: https://github.com/StatsugiriLabs/Statsugiri/blob/master/src/ps_ingestion_pipeline/ps_replay_extraction_lambda/modules/replay_extractor.py#L57-L63 **Acceptance Criteria** - [ ] Ensure the module does a match for the format exact - [ ] Update test
Describe the issue
The
ReplayExtractormodule has issues with matching formats. Specifically, Regulation E and Regulation E BO3 causes the issue.The snippet of interest: https://github.com/StatsugiriLabs/Statsugiri/blob/master/src/ps_ingestion_pipeline/ps_replay_extraction_lambda/modules/replay_extractor.py#L57-L63
Acceptance Criteria