SkillAgentSearch skills...

Csv2sqlite

No description available

Install / Use

/learn @psanford/Csv2sqlite
About this skill

Quality Score

0/100

Supported Platforms

Universal

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
View on GitHub
GitHub Stars10
CategoryData
Updated2y ago
Forks0

Languages

Go

Security Score

70/100

Audited on Jul 6, 2023

No findings