Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a default encoding decorator for loaders #43

Open
edwardleardi opened this issue Mar 10, 2021 · 0 comments
Open

Add a default encoding decorator for loaders #43

edwardleardi opened this issue Mar 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@edwardleardi
Copy link
Owner

Currently in loaders, we check encoding for each format that is plain text in nature (plain text, csv, likely iob in the future). Create a default-encoding decorator instead of repeating the same checking code all over the place. If possible, also let the tests ensure that all loaders that are plain text in nature must have used the decorator.

@edwardleardi edwardleardi added the enhancement New feature or request label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant