sqlitebiter

A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.

MIT License

Downloads
1.4K
Stars
831
Committers
5

Bot releases are hidden (Show)

sqlitebiter -

Published by thombashi over 5 years ago

  • Add --convert-config (experimental)
  • Add retries for HTTP requests
  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Add --add-primary-key option: #60 (Thanks to @maheshkumar2150)
  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Add --type-hint-header option: #59 (Thanks to @GCadmin)
sqlitebiter -

Published by thombashi over 5 years ago

  • Improve processing performance
  • Improve logging
  • Fix execution binary packaging
sqlitebiter -

Published by thombashi over 5 years ago

  • Pin pip version to 18.1 to avoid packaging failure: pypa/pip#6163
  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Bug fixes
  • Improve logging
sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.23.5

Published by thombashi almost 6 years ago

sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.23.4

Published by thombashi almost 6 years ago

sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.23.3

Published by thombashi almost 6 years ago

sqlitebiter -

Published by thombashi about 6 years ago

  • Fix: avoid error exit when specified file not found
  • Suppress Unicode warnings in Python 2
sqlitebiter -

Published by thombashi about 6 years ago

  • Fix execution binaries
sqlitebiter -

Published by thombashi about 6 years ago

  • Add support for zsh completion
  • Bug fixes
  • Update the package metadata
sqlitebiter -

Published by thombashi about 6 years ago

  • Add support for named pipe: #56 (Thanks to @fproulx-eoscanada)
    • file subcommand accept named pipe as an input
  • Add completion subcommand for command completion
sqlitebiter -

Published by thombashi about 6 years ago

  • Add a feature to find files to converting within directories recursively
    • Add options to the file subcommand: --recursive/--follow-symlinks
  • Add file matching options to filter converting files when using the --recursive option.
  • Bug fixes
sqlitebiter -

Published by thombashi about 6 years ago

  • Add --replace-symbol option that replaces symbols included in converted table attribute
  • Add a shortening option for the --quiet option
  • Add colors to the outputs
  • Bug fixes
sqlitebiter -

Published by thombashi over 6 years ago

sqlitebiter - v0.19.0

Published by thombashi over 6 years ago

  • Add _source_info_ table to the output database to store source-name/source-ID/destination-tables/etc.
  • Improve table conversion:
    • Count table conversion results properly
    • Create tables only when the sources that include tabular data.
  • Bug fixes
sqlitebiter - v0.18.1

Published by thombashi over 6 years ago

  • Improve multibyte character support
  • Introduce colorized logging
  • Bug fixes
sqlitebiter -

Published by thombashi over 6 years ago

  • Change to allow duplicate columns: #55 (Thanks to @thomasleveil)
  • Bug fixes