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

--stop-after option for insert and upsert commands #561

Closed
simonw opened this issue Jun 27, 2023 · 1 comment
Closed

--stop-after option for insert and upsert commands #561

simonw opened this issue Jun 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Jun 27, 2023

I found myself wanting to insert rows from a 849MB CSV file without processing the whole thing: https://huggingface.co/datasets/jerpint-org/HackAPrompt-Playground-Submissions/tree/main

@simonw simonw added the enhancement New feature or request label Jun 27, 2023
@simonw
Copy link
Owner Author

simonw commented Jun 27, 2023

Got this working:

sqlite-utils insert /tmp/playground.db Playground_Submission_Data \
  ~/Downloads/Playground_Submission_Data.csv --csv --stop-after 2000

@simonw simonw closed this as completed in 8c73955 Jun 27, 2023
simonw added a commit that referenced this issue Jul 22, 2023
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