Skip to content

fix: handle spaced date ranges and prevent overwriting existing endDates in parse_date_range - #389

Open
Yugenjr wants to merge 1 commit into
interviewstreet:mainfrom
Yugenjr:fix/date-range-parsing-corruption
Open

fix: handle spaced date ranges and prevent overwriting existing endDates in parse_date_range#389
Yugenjr wants to merge 1 commit into
interviewstreet:mainfrom
Yugenjr:fix/date-range-parsing-corruption

Conversation

@Yugenjr

@Yugenjr Yugenjr commented Aug 2, 2026

Copy link
Copy Markdown

fixes #388

Added a standard spaced date range handler in parse_date_range to split by " - " if present, returning both start and end strings cleanly.

Updated transform_work_experience to fall back to the existing item.get("endDate") if the parser did not extract a new end date, preserving valid timeline data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

fix: handle spaced date ranges and prevent endDate loss in parse_date_range

1 participant