Skip to content

Fix sqlite --limit on chunks + strip() CSV table names#2063

Open
Chessing234 wants to merge 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sqlite-import-limit-and-strip
Open

Fix sqlite --limit on chunks + strip() CSV table names#2063
Chessing234 wants to merge 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sqlite-import-limit-and-strip

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • IV sqlite chunked import ignored --limit (forgot subjects=).
  • III sqlite + oracle used str.strip('.csv') (charset, not suffix).

Test plan

  • Large CSV + --limit filters every chunk
  • ADMISSIONS.csv.gz → table admissions (not mangled)

Made with Cursor

Chunked IV import dropped subjects; iii/oracle used str.strip as suffix trim.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant