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

[FEATURE] Input Data Validation for CSV Files #89

Open
Sunny1198 opened this issue Oct 10, 2024 · 3 comments
Open

[FEATURE] Input Data Validation for CSV Files #89

Sunny1198 opened this issue Oct 10, 2024 · 3 comments

Comments

@Sunny1198
Copy link

Description

Add a validation check for input data files (e.g., CSV) to ensure they meet the required structure before being processed.

Problem it Solves

Currently, if users provide an incorrectly formatted file, it can lead to runtime errors and confusion. Proper validation would prevent these issues and guide users toward correcting their input.

Proposed Solution

Implement a function that checks for missing or incorrectly named columns and provides user-friendly error messages when data is invalid.

Alternatives Considered

Manual checks or relying on users to provide correctly formatted files.

Additional Context

This would improve overall user experience by preventing errors early in the workflow.

@Sunny1198 Sunny1198 added the enhancement New feature or request label Oct 10, 2024
Copy link

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

@AtharvSomani
Copy link

HI i want to work on this issuse

@ombhojane
Copy link
Owner

@Sunny1198 go ahead!

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

No branches or pull requests

3 participants