Skip to content

gitpeters/csvFileReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvFileReader

This maven projects reads and authenticates CSV file and stores the record in a database

Result

result

For contributions/update

git clone https://github.com/gitpeters/csvFileReader.git
git add .
git commit -m"update"
git push

Dependencies

Add the following dependencies to the pom.xml file

        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-csv</artifactId>
            <version>1.8</version>
        </dependency>
        
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>8.0.30</version>
        </dependency>

For use

fork https://github.com/gitpeters/csvFileReader.git
git pull
git add .
git checkout -b new_branch
git status
git commit -m"updated"
git push -u new_branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages