-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Interpret all columns as TEXT data type #42
Comments
Similarly, I have item numbers in the format, 00645155909931 and it reads it as an integer datatype which converts it to 643169607033. |
I also have this issue. I thought specifying |
It'd be great if there were an option akin to csvkit's |
This feature has now been released in csvs-to-sqlite 1.1 |
Is it possible to interpret all columns as TEXT datatype (through a flag maybe?)
I think the columns values are sampled and then column datatype is guessed. If there is an incompatible value in some row, then that row seems to be skipped. So instead, is it possible I load everything as TEXT data type?
I just need the data in some format(for data comparison purposes), But all csv data must go into the table without skipping rows.
Thanks
Thyag
The text was updated successfully, but these errors were encountered: