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

data not importing correctly into table #4916

Open
achau99 opened this issue Jan 12, 2024 · 1 comment
Open

data not importing correctly into table #4916

achau99 opened this issue Jan 12, 2024 · 1 comment

Comments

@achau99
Copy link

achau99 commented Jan 12, 2024

Details

i am importing a CSV table into a database as a table, and my table has 107k rows. when i import it, i only have 92k rows and it says the import was successful. i am not sure whats happening

Steps to reproduce

import table, choose CSV, then import. data does not all show up in the import

@pawelsalawa
Copy link
Owner

How do you know your CSV has 107k rows? I mean 1 line of CSV not necessarily means 1 row. CSV can use quote for multi-line values, in which case you will have more lines in CSV than actually proper rows.

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

No branches or pull requests

2 participants