You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System that parses through CSV, converts it into INSERT statements, and runs quick queries through the statements.
CSVParser.java: Contains source code for CSV parser, reads input from Employees.csv and outputs a file insert_commands.sql with corresponding INSERT statements.
insert_commands.sql: Necessary INSERT statements from Employees.csv.