Skip to content

AnishGopalan84/CSV-to-Sqlite3-db-using-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV-to-Sqlite3-db-using-C

This program converts a CSV file with Header as Table Name :

Program Working Method::

  1. Create DataBase file .
  2. Create Table by Header Data .
  3. checking the first data line and it will set automatically table column Property.
  4. after Create the table by its own it starts inserting data line by line.

program : input method

./program_name csv_file_name DB_name_as_Required Table_name_as_Required

............................

please somebody help me this is very slow modifation required.

1000 lines inserting it is taking 4 minutes .........

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published