Skip to content

code-corgi/5-csv-to-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

challenge[5] CSV to table

http://codecorgi.co/challenge/5/csv-to-table

Code for the challenge[5] on the code corgi platform

Request a CSV file and add its data to the table

The CSV file data/customers.csv will return customer information in this order:

ID, First Name, Last Name, Email, Job Title, City

For every row in the CSV and column add that data to the table.

Releases

No releases published

Packages

No packages published