-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Gerald Venzl edited this page Apr 16, 2020
·
9 revisions
___ ____
___________ _|__ \ ____/ / /_
/ ___/ ___/ | / /_/ // __ / __ \
/ /__(__ )| |/ / __// /_/ / /_/ /
\___/____/ |___/____/\____/_____/
csv2db
is a command-line tool written in Python that makes loading CSV files into a database table easy.
-
Installation Guide takes you through the required installation steps to get
csv2db
up and running on your machine. - Getting Started gives you a quick start on getting your data into a database.
-
Tutorials take you by the hand through a series of steps to show you what you can do with
csv2db
. -
How-to guides are recipes. They guide you through the steps involved in addressing key problems and use cases. They are more advanced than tutorials and assume some knowledge of how
csv2db
works. -
User's Guide offers a full reference of
csv2db
.