mitai-jinkendo/backend/csv_parser
Lars 338163ac0b
All checks were successful
Deploy Development / deploy (push) Successful in 53s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s
feat(csv-parser): Enhance CSV parsing with header normalization and flexible date handling
- Added a new function to strip header keys of unwanted characters, improving CSV import consistency.
- Updated CSV row iteration to utilize the new header normalization function, ensuring cleaner data processing.
- Enhanced date parsing capabilities to support flexible formats, accommodating various date representations in CSV files.
- Introduced additional tests to validate the new header normalization and date parsing functionalities.
2026-04-10 06:23:46 +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): Enhance CSV parsing with header normalization and flexible date handling 2026-04-10 06:23:46 +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
module_registry.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +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