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

added --just-strings feature, to import columns as strings by default #58

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

dannguyen
Copy link
Contributor

When the --just-strings flag is specified, then all columns will be imported and typecast as text strings. However, --shape, --date, --datetime, and --datetime-format options are still valid, and specified columns will be typecast as before.

Inspired by this issue: Interpret all columns as TEXT data type #42

@simonw
Copy link
Owner

simonw commented Jul 9, 2020

This is a smart feature, thanks.

@simonw simonw merged commit c251f91 into simonw:master Jul 9, 2020
simonw added a commit that referenced this pull request Aug 9, 2020
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

Successfully merging this pull request may close these issues.

2 participants