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 visible (Hide)

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
sqlitebiter -

Published by thombashi almost 8 years ago

sqlitebiter -

Published by thombashi almost 8 years ago

  • Add supported formats: LTSV/TSV files
  • Add vrebose option
  • Improve multibyte support
  • Fix --quiet option
  • Bug fixes
sqlitebiter -

Published by thombashi almost 8 years ago

  • Add --append option
  • Improve multi-byte character support
sqlitebiter -

Published by thombashi almost 8 years ago

  • Add --proxy options to url subcommand
  • Add --encoding options to url subcommand
  • Add automated attribute creation
  • Improve multi-byte character support
sqlitebiter -

Published by thombashi almost 8 years ago

  • Fix #23
  • Improve multi-byte character support
  • Bug fixes
sqlitebiter -

Published by thombashi almost 8 years ago

  • Add url subcommand
sqlitebiter -

Published by thombashi almost 8 years ago

  • Add support for Markdown
  • Bug fixes
sqlitebiter -

Published by thombashi about 8 years ago

  • Fix failed to conversion when the table/attribute names conflict with SQLite reserved keywords.
  • Suppress excessive log output
sqlitebiter -

Published by thombashi about 8 years ago

  • Add feature to create table from HTML file(s)
  • Bug fixes
sqlitebiter -

Published by thombashi about 8 years ago

  • Fix error handling when opening an invalid file
sqlitebiter -

Published by thombashi about 8 years ago

  • Add logging options
  • Add error messages
sqlitebiter -

Published by thombashi about 8 years ago

  • Fix exit code
  • Bug fixes
sqlitebiter -

Published by thombashi over 8 years ago

  • Drop support for Python 2.6
  • Bug fixes
sqlitebiter -

Published by thombashi over 8 years ago

  • Fix conversion error when data include version strings (such as "3.3.5")