foxtrot/generic_loader
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
..
samples adding explorer 2026-04-20 16:27:54 -05:00
.env.example moving to env file 2026-04-22 15:37:35 +00:00
generate_sample_folder.py Add generate_sample_folder.py and load_folder.py for clustered SAS file generation and loading 2026-04-18 11:25:04 -05:00
generate_sample_sas.py Adding generic loader 2026-04-18 09:34:48 -05:00
load_folder.py Implement parallel processing for partition discovery in load_folder.py and enhance column filtering in load_sas.py 2026-04-22 15:35:19 +00:00
load_sas.py Enhance date and datetime parsing in load_sas.py with flexible regex and fallback formats 2026-04-22 12:28:19 -05:00
sample_config.yaml adding text file support 2026-04-21 20:05:26 -05:00
sample_folder_config.yaml adding text file support 2026-04-21 20:05:26 -05:00