Skip to content

Conversation

@Abhi2006-cloud
Copy link

Description

Added multi-encoding support for CSV file reading in the extract phase.
This implements fallback logic to try multiple encodings (utf-8, latin-1, cp1252, iso-8859-1) and handles UnicodeDecodeError.
It 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 #5

Checklist

@Dheerajyadav1 Dheerajyadav1 merged commit e13359f into OPCODE-Open-Spring-Fest:main Oct 24, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement CSV Reading Logic in Extract Function

2 participants