mitai-jinkendo/backend/csv_parser
Lars 7226e04e9c
All checks were successful
Deploy Development / deploy (push) Successful in 1m0s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s
feat: implement effective CSV delimiter resolution for imports
- Added `resolve_effective_csv_delimiter` function to determine the correct delimiter based on the uploaded file and template.
- Updated CSV import logic to utilize the new delimiter resolution method, ensuring accurate parsing of CSV files with varying delimiters.
- Enhanced documentation to reflect changes in delimiter handling.
- Added unit tests for the new delimiter resolution functionality.
2026-04-18 10:12:33 +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: implement effective CSV delimiter resolution for imports 2026-04-18 10:12:33 +02:00
executor.py feat: implement effective CSV delimiter resolution for imports 2026-04-18 10:12:33 +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 revert: Wiederherstellung Codezustand von ca8cee9 (ohne Branch-Historie zu überschreiben) 2026-04-16 11:59:23 +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