Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  1. Parse this CSV file, putting two fields from the contents of the CSV file into a data structure.
  2. Parse an html template, then pass the data from step 1 into the CSV template; have the html template display the CSV data in a web page.