Go to file
David Peterson c3fa943e77 Enhance date and datetime parsing in load_sas.py with flexible regex and fallback formats
Introduced a locale-independent month lookup and improved date parsing functions to handle various date formats, including SAS and Oracle styles. The new _parse_flexible_date and _parse_flexible_datetime functions provide robust parsing capabilities, accommodating both date-only and datetime inputs. Updated _try_date_coerce and _try_datetime_coerce to utilize these new functions, ensuring better handling of diverse date formats during data loading.
2026-04-22 12:28:19 -05:00
generic_loader Enhance date and datetime parsing in load_sas.py with flexible regex and fallback formats 2026-04-22 12:28:19 -05:00
utils moving to env file 2026-04-22 15:37:35 +00:00
.gitignore moving to env file 2026-04-22 15:37:35 +00:00
requirements.txt Update requirements and enhance SAS file processing with progress tracking 2026-04-20 21:44:49 -05:00