Skip to content

kylejbrk/SimpleCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCSV

SimpleCSV

About

SimpleCSV is a Windows Form app written in VB.Net to bulk import .csv and .xlsx files into a SQL Server database.

Features

  • Supports .csv and .xlsx files
  • Can bulk import 400,000+ rows
  • Dynamically add what tables to import to via the TableNamesList table
  • Can store filenames of the files being imported
  • Recognizes key constraints and will fire triggers
  • Developer mode, which allows bulk imports to a test enviornment

Setup

You will need a table in your database named TableNamesList. View the script.sql in the ExampleDB folder to get a better understanding of how it works. This table will fill the list for which tables can be imported to.

You will also need to setup your project settings to include your database connection strings and Dev password.

Dev Mode

Dev Mode can be accessed by right clicking the icon in the top left corner. This will propmt for the password in the project settings. Once entered, the connection string will change to one specified again in the project settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published