csvs-to-sqlite
CSV converter
A command-line tool for converting CSV files into SQLite databases
Convert CSV files into a SQLite database
878 stars
18 watching
69 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
clickcsvdatasettedatasette-iodatasette-toolpandaspythonsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
simonw/sqlite-utils | A Python utility and library for manipulating SQLite databases. | 1,671 |
dbohdan/csv2html | Converts CSV files to HTML tables with customizable formatting options. | 74 |
pstaender/csv2md | Converts CSV data to markdown tables in a readable format | 73 |
mplewis/csvtomd | A Python script that converts CSV files into Markdown tables with customizable padding. | 655 |
theodi/csv2json | Converts comma-separated values to JSON data format | 2 |
clariah/cow | A tool to convert CSV files into Linked Data RDF models using the W3C standard for semantic table specifications | 46 |
jindrichmynarz/sparql-to-csv | A tool that streams SPARQL query results to CSV output. | 9 |
swirrl/csv2rdf | A command line application and Clojure library for converting CSV files to RDF format according to the W3C CSVW specifications. | 26 |
arp-g/csv2sql | Automates the process of loading CSV files into a relational database by inferring table structure and inserting data in parallel. | 54 |
vividvilla/csvtotable | Converts CSV files to searchable and sortable HTML tables with features like pagination and export options. | 1,117 |
sebneu/csvw-parser | Provides a Python implementation of the W3C CSV on the Web specification for parsing and handling structured data from web sources. | 9 |
d3/d3-dsv | A parser and formatter for tabular data in CSV or TSV format | 437 |
svenvc/neocsv | A Smalltalk framework for reading and writing CSV files efficiently and converting data between CSV and Smalltalk objects. | 29 |
mechatroner/rainbow_csv | A Vim plugin that provides syntax highlighting and query capabilities for CSV and TSV files using a custom SQL-like language | 622 |
atomgraph/csv2rdf | Converts CSV data to RDF format using SPARQL queries | 54 |