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

Parse whole file, return error message to users #128

Open
3 tasks
calpaterson opened this issue Jun 5, 2024 · 0 comments
Open
3 tasks

Parse whole file, return error message to users #128

calpaterson opened this issue Jun 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@calpaterson
Copy link
Owner

calpaterson commented Jun 5, 2024

Brief overview

AS A user uploading a troublesome csv

I WANT a better way to see errors

SO THAT I can correct them and re-upload

Additional details

Have some of the bits for this already, but not all

  • 2-stage file upload (upload, and then parse)
    • This is implemented for git-tracking tables, but not other ways of uploading
  • be fast enough to work on a 50mb file in one go
    • probably requires upgrading to psycopg3 for the new copy_expert function
  • Show errors on a page to a user
    • this is already mostly implemented! it's just not used
@calpaterson calpaterson added the enhancement New feature or request label Jun 5, 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

1 participant