mitai-jinkendo/backend/csv_parser
Lars b4cc3cb934
All checks were successful
Deploy Development / deploy (push) Successful in 52s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat(csv-parser): Introduce header signature ranking metrics for enhanced CSV analysis
- Added new functions for calculating header signature recall and ranking metrics, improving the analysis of CSV templates.
- Updated existing CSV analysis endpoints to utilize the new ranking metrics, enhancing the accuracy of template matching.
- Refactored related code to replace Jaccard score calculations with the new metrics, providing a more comprehensive evaluation of CSV structure.
- Improved documentation for new functions to clarify their purpose and usage in the context of CSV template analysis.
2026-04-10 07:08:21 +02:00
..
__init__.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
core.py feat(csv-parser): Introduce header signature ranking metrics for enhanced CSV analysis 2026-04-10 07:08:21 +02:00
executor.py feat(csv_import): Enhance CSV import functionality with new endpoint and parsing improvements 2026-04-10 06:03:21 +02:00
mapping_suggest.py feat(csv-templates): Introduce CSV template analysis and validation features 2026-04-10 06:39:41 +02:00
module_registry.py feat(csv-templates): Introduce CSV template analysis and validation features 2026-04-10 06:39:41 +02:00
permissions.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
type_converter.py feat(csv-parser): Enhance CSV parsing with header normalization and flexible date handling 2026-04-10 06:23:46 +02:00