Skip to content

Conversation

@Abhi2006-cloud
Copy link

Description

Added multi-encoding support for CSV file reading in the extract phase. The fix implements fallback logic to try multiple encodings (utf-8, latin-1, cp1252, iso-8859-1) and adds proper error handling for UnicodeDecodeError. This improves robustness when reading CSV files with different encodings while maintaining backward compatibility.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Fixes #<issue_number>

Checklist

@Abhi2006-cloud Abhi2006-cloud deleted the fix/read-csv-encodings branch October 24, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant