mitai-jinkendo/backend/csv_parser
Lars e4e8c70cd2
All checks were successful
Deploy Development / deploy (push) Successful in 49s
Build Test / pytest-backend (push) Successful in 5s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat: Enhance CSV header normalization and mapping for activity data
- Introduced a new utility function `canonical_csv_header_label` to standardize CSV header labels, improving consistency in field mapping.
- Updated the `_lookup_db_field` function to support prefix matching for longer manual keys, enhancing the accuracy of field resolution.
- Added tests to validate handling of non-breaking space characters in CSV headers and ensure correct mapping to normalized keys, improving robustness of CSV parsing.
2026-04-15 10:04:32 +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: Enhance CSV header normalization and mapping for activity data 2026-04-15 10:04:32 +02:00
executor.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
field_units.py feat(csv-import): Enhance source unit handling and custom conversion options 2026-04-10 11:19:44 +02:00
import_errors.py feat(csv-templates): Add CSV template validation endpoint and enhance error handling 2026-04-11 06:47:27 +02:00
import_row_processing.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
mapping_suggest.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
module_registry.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
permissions.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
sleep_apple_import.py feat(csv-import): Enhance Apple sleep CSV import functionality 2026-04-10 07:52:04 +02:00
template_validator.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
type_converter.py feat: Enhance CSV header normalization and mapping for activity data 2026-04-15 10:04:32 +02:00