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

Check if the dropped file matches what the app expects/ implement match tables routine #18

Open
zaibquraishi opened this issue Jul 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zaibquraishi
Copy link

We need to check to make sure the file they drop is an excel file with the first sheet being a table or "dataframe" with column headers that match the table that they say they are editing

Along with this we would have to make sure that the file they drop is even an excel file

In main.py we can put something like
return jsonify(user_error_msg="The file you dropped had such and such issue with it - please try again")

or something like that

@zaibquraishi zaibquraishi changed the title Check if the dropped file matches what the app expects Check if the dropped file matches what the app expects/ implement match tables routine Jul 20, 2023
@r7butler r7butler added the enhancement New feature or request label Feb 6, 2024
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

2 participants