Skip to content
Gerald Venzl edited this page Apr 16, 2020 · 9 revisions

Welcome to the csv2db wiki

                  ___       ____  
  ___________   _|__ \ ____/ / /_ 
 / ___/ ___/ | / /_/ // __  / __ \
/ /__(__  )| |/ / __// /_/ / /_/ /
\___/____/ |___/____/\____/_____/ 
                                  

csv2db is a command-line tool written in Python that makes loading CSV files into a database table easy.

  1. Installation Guide takes you through the required installation steps to get csv2db up and running on your machine.
  2. Getting Started gives you a quick start on getting your data into a database.
  3. Tutorials take you by the hand through a series of steps to show you what you can do with csv2db.
  4. 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.
  5. User's Guide offers a full reference of csv2db.
Clone this wiki locally