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 6 years ago

sqlitebiter -

Published by thombashi over 6 years ago

  • Fix gs subcommand: #54 (Thanks to @antialias )
  • Add support for Line-delimited JSON
  • Bug fixes
sqlitebiter -

Published by thombashi over 6 years ago

  • Improve processing efficiency
  • Bug fixes
sqlitebiter -

Published by thombashi over 6 years ago

  • Add support for Jupyter Notebook: #51 (Thanks to @psychemedia)
  • Bug fixes
sqlitebiter -

Published by thombashi over 6 years ago

  • Fix execution build binary for Windows: #52 (Thanks to @chaffinched)
  • Fix to accept symbols as the part of SQLite names: #53 (Thanks to @chaffinched)
sqlitebiter -

Published by thombashi over 6 years ago

  • Improve JSON support: Add loadable JSON schema/Add boolean support
  • Add support for space-separated values data
sqlitebiter -

Published by thombashi over 6 years ago

  • Add --format option to the file sub command: #49 (Thanks to @wingsuitist)
  • Modify to properly handle Unicode decode error
  • Support Homebrew installation for macOS: #48 (Thanks to @wingsuitist)
sqlitebiter -

Published by thombashi over 6 years ago

  • Fix package dependencies
  • Modify log messages
  • Bug fixes
sqlitebiter -

Published by thombashi over 6 years ago

  • Add auto file encoding detection
  • Loosen external package dependencies
  • Bug fixes
sqlitebiter -

Published by thombashi almost 7 years ago

  • Performance improvement
  • Drop support for Python 3.3
  • Bug fixes
sqlitebiter -

Published by thombashi about 7 years ago

  • Modify to accept underscore-character for attribute names (Thanks to Alex Kobzar)
sqlitebiter -

Published by thombashi about 7 years ago

  • Add encoding option to the file sub-command
  • Add default encoding parameter to configure sub-command
  • Fix conversion failed for some of the file types with utf8 encoding: #41 (Thanks to @wby238)
sqlitebiter -

Published by thombashi about 7 years ago

  • Change to accept underscore character as attribute names
sqlitebiter -

Published by thombashi over 7 years ago

sqlitebiter -

Published by thombashi over 7 years ago

  • Add --index option to create indices in created database
  • Add short options
  • Add log messages
sqlitebiter -

Published by thombashi over 7 years ago

  • Improve --append option functionality: #35 (Thanks to @johnzastrow)
  • Improve automated table naming
  • Fix JSON file error handling
sqlitebiter -

Published by thombashi over 7 years ago

  • Fix right quotes missing when converting values that include quotes: #33 (Thanks to @lebinhe)
sqlitebiter -

Published by thombashi over 7 years ago

  • Add configure sub-command
  • Improve processing performance
  • Bug fixes
sqlitebiter -

Published by thombashi over 7 years ago

  • Add support for SQLite database files as input data
  • Improve log messages
  • Bug fixes
sqlitebiter -

Published by thombashi over 7 years ago

  • Add Python 3.6 support
  • Improve logging
  • Improve error handling