Skip to content

Parses CSV file. Checks valid headers and data using regex and test cases.Basics of csv parsing using python. As this app includes only basic to learn csv parsing, do not try to evaluate anyone's coding approach. It is strongly made simple for learners.

Notifications You must be signed in to change notification settings

manujrastogi/csvparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvparser

Parses CSV file. Checks valid headers and data using regex and test cases. run : python main.py --csvpath bs.csv

Output:

+-------------------------------------+ | Company Name | Year | Month | Value | +-------------------------------------+ | Company A | 2000 | Jan | 93 | | Company B | 2000 | Aug | 84 | | Company C | 1992 | Jan | 93 | +-------------------------------------+

About

Parses CSV file. Checks valid headers and data using regex and test cases.Basics of csv parsing using python. As this app includes only basic to learn csv parsing, do not try to evaluate anyone's coding approach. It is strongly made simple for learners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages