csv2sqlite

command module
v0.0.0-...-adafb87 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 14 Imported by: 0

README

csv2sqlite

This is a simple tool to import csv files into sqlite. It offers a few niceties over

.headers on
.mode csv
.import foo.csv foo
  • it normalizes column names: removing symbols and downcasing
  • it can import multiple csvs properly (it won't add the header as a row)
  • it can smartly add columns to the table if there are new columns present in subsequent files

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL